We have to use the install-now goal to use a plugin if maven is launched with several goals
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@526609 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3a3271d988
commit
949248f030
@ -17,7 +17,7 @@
|
||||
-->
|
||||
<project xmlns:maven="jelly:maven">
|
||||
<goal name="plugins:install-all" description="Clean, build and install each Maven plugin into the running Maven installation">
|
||||
<maven:reactor basedir="${basedir}" includes="${maven.build.plugins.includes}" excludes="${maven.build.plugins.excludes}" goals="clean,plugin:install" banner="Install" ignoreFailures="false"/>
|
||||
<maven:reactor basedir="${basedir}" includes="${maven.build.plugins.includes}" excludes="${maven.build.plugins.excludes}" goals="clean,plugin:install-now" banner="Install" ignoreFailures="false"/>
|
||||
</goal>
|
||||
<goal name="plugins:repository-install-all" description="Install all plugins in the local repository">
|
||||
<maven:reactor basedir="${basedir}" includes="${maven.build.plugins.includes}" excludes="${maven.build.plugins.excludes}" goals="clean,plugin:repository-install" banner="Deploy" ignoreFailures="false"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user