You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/05/13 21:14:16 UTC

svn commit: r1337969 - /maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/usage.apt

Author: hboutemy
Date: Sun May 13 19:14:16 2012
New Revision: 1337969

URL: http://svn.apache.org/viewvc?rev=1337969&view=rev
Log:
updated phase

Modified:
    maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/usage.apt

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/usage.apt
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/usage.apt?rev=1337969&r1=1337968&r2=1337969&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/usage.apt (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/usage.apt Sun May 13 19:14:16 2012
@@ -35,8 +35,8 @@ Usage
 
 * The <<<plugin:descriptor>>> Goal
 
-  The <<<plugin:descriptor>>> goal is bound to the <<<generate-resources>>> phase. This goal generates the plugin descriptor, which
-  is an xml file that contains information about the plugin.
+  The <<<plugin:descriptor>>> goal is bound to the <<<process-classes>>> phase since 3.0; it was bound to <<<generate-resources>>> phase previously.
+  This goal generates the plugin descriptor, which is an xml file that contains information about the plugin.
 
   For example, you want to create an archive of your plugin and you execute