Author: oching Date: Sun Jul 30 19:44:36 2006 New Revision: 427005 URL: http://svn.apache.org/viewvc?rev=427005&view=rev Log: Added plugin:report goal in index.apt. Added description for pluginRegistryBuilder.
Modified: maven/plugins/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/UpdatePluginRegistryMojo.java maven/plugins/trunk/maven-plugin-plugin/src/site/apt/index.apt Modified: maven/plugins/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/UpdatePluginRegistryMojo.java URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/UpdatePluginRegistryMojo.java?rev=427005&r1=427004&r2=427005&view=diff ============================================================================== --- maven/plugins/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/UpdatePluginRegistryMojo.java (original) +++ maven/plugins/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/UpdatePluginRegistryMojo.java Sun Jul 30 19:44:36 2006 @@ -82,6 +82,8 @@ private String version; /** + * Plexus component for retrieving the plugin registry info. + * * @component role="org.apache.maven.plugin.registry.MavenPluginRegistryBuilder" */ private MavenPluginRegistryBuilder pluginRegistryBuilder; Modified: maven/plugins/trunk/maven-plugin-plugin/src/site/apt/index.apt URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugin-plugin/src/site/apt/index.apt?rev=427005&r1=427004&r2=427005&view=diff ============================================================================== --- maven/plugins/trunk/maven-plugin-plugin/src/site/apt/index.apt (original) +++ maven/plugins/trunk/maven-plugin-plugin/src/site/apt/index.apt Sun Jul 30 19:44:36 2006 @@ -14,9 +14,11 @@ * Goals Overview - The Plugin Plugin has four goals: + The Plugin Plugin has five goals: * {{{descriptor-mojo.html}plugin:descriptor}} generates a plugin descriptor. + + * {{{report-mojo.html}plugin:report}} generates the plugin documentation report. * {{{updateRegistry-mojo.html}plugin:updateRegistry}} updates the user plugin registry (if it's in use) to reflect the version being installed.