Goals documentation
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@395074 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ed078ecda9
commit
938ff2a59d
@ -16,13 +16,13 @@
|
||||
*/
|
||||
-->
|
||||
<project xmlns:maven="jelly:maven">
|
||||
<goal name="plugins:install-all" description="Install all plugins">
|
||||
<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"/>
|
||||
</goal>
|
||||
<goal name="plugins:repository-deploy-all" description="Deploy all plugins in a remote repository">
|
||||
<maven:reactor basedir="${basedir}" includes="${maven.build.plugins.includes}" excludes="${maven.build.plugins.excludes}" goals="clean,plugin:repository-deploy" banner="Deploy" ignoreFailures="false"/>
|
||||
</goal>
|
||||
<goal name="plugins:test-all" description="Test all plugins">
|
||||
<goal name="plugins:test-all" description="Test each Maven plugin. This runs any integration tests available for individual plugins.">
|
||||
<maven:reactor basedir="${basedir}" includes="${maven.build.plugins.includes}" excludes="${maven.build.plugins.excludes}" goals="plugin:test" banner="Test" ignoreFailures="false"/>
|
||||
</goal>
|
||||
<goal name="plugins:site" description="Create the web site root for all plugins">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user