-DskipTests和-Dmaven.test.skip = true有什么区别

史丹利:

我正在尝试构建hive-0.13。

使用时-Dmaven.test.skip=true,它不会构建测试罐,但会检查测试依赖项。

使用时-DskipTests,它不会构建测试罐,也不会检查测试依赖项。

-DskipTests之间有什么区别-Dmaven.test.skip=true

卡米尔·克莱斯(KamilKłys):

Maven文档

-DskipTests 编译测试,但跳过运行它们

-Dmaven.test.skip=true跳过编译测试并且不运行它们

同样这一点可能很重要

maven.test.skip被Surefire,Failsafe和编译器插件推崇

本文收集自互联网,转载请注明来源。

如有侵权,请联系 [email protected] 删除。

编辑于
0

我来说两句

0 条评论
登录 后参与评论

相关文章

-Dmaven.test.skip = null是做什么的?

test 和 testl 和 testb 有什么区别

开玩笑的“ it”和“ test”有什么区别?

UI-Test和Rest有什么区别?

javascript中.match和.test有什么区别

在wxPython中event.Skip()和event.Veto()有什么区别?

TEST,TEST_F和TEST_P有什么区别?

while(true)和while(\ true)之间有什么区别?

RSpec中“ be_true”和“ be true”有什么区别

“ else:return True”和“ return True”有什么区别?

-Dmaven.test.failure.ignore = true设置,但是在测试失败时仍然生成错误

spring-boot-test和spring-boot-starter-test有什么区别?

运行shell脚本时,“ test”和“ test.sh”有什么区别?

使用Cookieless =“ True”和Cookieless =“ UseUri”有什么区别?

“ if x == True”和“ if x:”有什么区别?

python语法中的True和False有什么区别?

PHP中的while(true)和for(;;)之间有什么区别?

readOnly = true和TransactionType Never之间有什么区别?

loop和while true有什么区别?

if('1')和if('true')之间有什么区别?

`test`和`[`-不同的二进制文件,有什么区别吗?

在x86中,“ test eax,eax”和“ cmp eax,0”之间有什么区别

src / androidtest和src / test文件夹有什么区别?

Caffe:train_test.prototxt和deploy.prototxt有什么区别?

Keras中的x_train和x_test有什么区别?

python-django中的django.test.APITestCase和rest_framework.test.TestCase有什么区别

“ as?”,“ as!”和“ as”有什么区别?

$ _和!$有什么区别?

[=] 和 [this] 有什么区别?