Author: aheritier Date: Tue Apr 18 15:17:48 2006 New Revision: 395074 URL: http://svn.apache.org/viewcvs?rev=395074&view=rev Log: Goals documentation
Modified: maven/maven-1/plugins/trunk/maven.xml Modified: maven/maven-1/plugins/trunk/maven.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/maven.xml?rev=395074&r1=395073&r2=395074&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/maven.xml (original) +++ maven/maven-1/plugins/trunk/maven.xml Tue Apr 18 15:17:48 2006 @@ -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">