Jenkins如何跳过Maven-antrun-plugin来使用命令在maven build中执行build.xml文件

时间:2017-10-24 03:47:48

标签: maven jenkins ant

我想跳过在Jenkins工作区中编译ant build.xml文件,比如使用命令参数跳过Java测试:

-Dmaven.test.skip=true

此命令不会跳过ant build脚本:

-Dmaven.test.skip=true clean install

在这方面有人可以帮助我吗?

1 个答案:

答案 0 :(得分:1)

要在pom.xml中跳过maven-antrun-plugin,请使用-Dmaven.antrun.skip=true