maven项目打包发布时跳过测试

2023-02-21,,

mvn命令:

mvn clean install -Dmaven.test.skip=true

eclipse build... 命令:

clean install -Dmaven.test.skip=true

PS: -Dmaven.test.skip=true,不执行测试用例,也不编译测试用例类。

maven项目打包发布时跳过测试的相关教程结束。

《maven项目打包发布时跳过测试.doc》

下载本文的Word格式文档,以方便收藏与打印。