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/12 17:32:45 UTC

svn commit: r1337571 - /maven/plugin-tools/trunk/src/site/apt/index.apt

Author: hboutemy
Date: Sat May 12 15:32:45 2012
New Revision: 1337571

URL: http://svn.apache.org/viewvc?rev=1337571&view=rev
Log:
improved documentation

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

Modified: maven/plugin-tools/trunk/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/src/site/apt/index.apt?rev=1337571&r1=1337570&r2=1337571&view=diff
==============================================================================
--- maven/plugin-tools/trunk/src/site/apt/index.apt (original)
+++ maven/plugin-tools/trunk/src/site/apt/index.apt Sat May 12 15:32:45 2012
@@ -37,19 +37,19 @@ Maven Plugin Tools
 *-----------------------------------------------------------------------------+---------------------------------------------------------+
 | <<{{{../plugins/maven-plugin-plugin/index.html}maven-plugin-plugin}}>>      | Create a Maven plugin descriptor for any mojos found in the source tree, to include in the JAR.
 *-----------------------------------------------------------------------------+---------------------------------------------------------+
-| {{{./maven-plugin-tools-api/index.html}maven-plugin-tools-api}}             | API used by maven-plugin-plugin to extract Plugin information.
+| {{{./maven-plugin-tools-api/index.html}maven-plugin-tools-api}}             | Descriptor extractor API, used by maven-plugin-plugin to extract Plugin information.
 *-----------------------------------------------------------------------------+---------------------------------------------------------+
-| \ \ {{{./maven-plugin-tools-beanshell/index.html}maven-plugin-tools-beanshell}}      | Descriptor extractor for plugins written in Beanshell.
+| \ \ {{{./maven-plugin-tools-java/index.html}maven-plugin-tools-java}}               | Descriptor extractor for plugins written in Java annotated with Mojo Javadoc Tags.
 *-----------------------------------------------------------------------------+---------------------------------------------------------+
-| \ \ {{{./maven-plugin-tools-java/index.html}maven-plugin-tools-java}}                | Descriptor extractor for plugins written in Java annotated with Mojo Javadoc Tags.
+| \ \ \ \ {{{./maven-plugin-tools-javadoc/index.html}maven-plugin-tools-javadoc}}     | Provides the support of Mojo Javadoc Tags in the Javadoc Tool.
 *-----------------------------------------------------------------------------+---------------------------------------------------------+
-| \ \ \ \ {{{./maven-plugin-tools-javadoc/index.html}maven-plugin-tools-javadoc}}      | Provides the support of Mojo Javadoc Tags in the Javadoc Tool.
+| \ \ {{{./maven-plugin-tools-annotations/index.html}maven-plugin-tools-annotations}} | Descriptor extractor for plugins written in Java with Java 5 annotations.
 *-----------------------------------------------------------------------------+---------------------------------------------------------+
-| \ \ {{{./maven-plugin-tools-annotations/index.html}maven-plugin-tools--annotations}} | Descriptor extractor for plugins written in Java with Java 5 annotations.
+| \ \ \ \ {{{./maven-plugin-annotations/index.html}maven-plugin-annotations}}         | Provides the Java 5 annotations to use in Mojos.
 *-----------------------------------------------------------------------------+---------------------------------------------------------+
-| \ \ \ \ {{{./maven-plugin-annotations/index.html}maven-plugin-annotations}}          | Provides the Java 5 annotations to use in Mojos.
+| \ \ {{{./maven-plugin-tools-beanshell/index.html}maven-plugin-tools-beanshell}}     | Descriptor extractor for plugins written in Beanshell.
 *-----------------------------------------------------------------------------+---------------------------------------------------------+
-| \ \ {{{./maven-plugin-tools-ant/index.html}maven-plugin-tools-ant}}                  | Descriptor extractor for plugins written in Ant.
+| \ \ {{{./maven-plugin-tools-ant/index.html}maven-plugin-tools-ant}}                 | Descriptor extractor for plugins written in Ant.
 *-----------------------------------------------------------------------------+---------------------------------------------------------+
 | {{{./maven-plugin-tools-model/index.html}maven-plugin-tools-model}}         | API to play with the Maven Plugin Metadata Model for script-based plugins.
 *-----------------------------------------------------------------------------+---------------------------------------------------------+