Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/maven/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
exec.skip在maven命令中做什么_Maven_Maven 2_Maven 3_Maven Plugin - Fatal编程技术网

exec.skip在maven命令中做什么

exec.skip在maven命令中做什么,maven,maven-2,maven-3,maven-plugin,Maven,Maven 2,Maven 3,Maven Plugin,exec.skip在maven命令中做什么- mvn clean install -Dexec.skip=true 网站上说: 但是它跳过了什么呢?正如您在exec maven插件的文档中所读到的,这个属性只跳过这个插件的执行 当然,如果您的项目中没有正确的exec maven lugin配置,那么exec.skip不会执行任何操作。如果您在exec maven插件中配置了执行,它将跳过。它不会影响插件本身的执行。 Skip the execution. Starting with versi

exec.skip在maven命令中做什么-

mvn clean install -Dexec.skip=true
网站上说:


但是它跳过了什么呢?

正如您在exec maven插件的文档中所读到的,这个属性只跳过这个插件的执行


当然,如果您的项目中没有正确的exec maven lugin配置,那么exec.skip不会执行任何操作。

如果您在exec maven插件中配置了执行,它将跳过。它不会影响插件本身的执行。
Skip the execution. Starting with version 1.4.0 the former name skip has been changed into exec.skip