Index: src/site/apt/plugins/index.apt
===================================================================
--- src/site/apt/plugins/index.apt	(revision 426882)
+++ src/site/apt/plugins/index.apt	(working copy)
@@ -2,8 +2,9 @@
  Available Plugins
  -----
  Brett Porter
+ Pete Marvin King
  -----
- 9 April 2005
+ 31 July 2006
  -----
 
 Available Plugins
@@ -21,102 +22,124 @@
 
   ~~ TODO: the repository manager should be able to produce a page like this. Ensure all descriptions are in the POM of these plugins.
 
-*--------------------------------------------------------------------+----------------------------------------------+
-| <<Plugin>>                                                         | <<Description>>
-*--------------------------------------------------------------------+----------------------------------------------+
-| {{{maven-ant-plugin/} <<<ant>>>}}                                  | Generate an Ant build file for the project.
-*--------------------------------------------------------------------+----------------------------------------------+
-| {{{maven-antlr-plugin/} <<<antlr>>> }}                             | Generate sources from an Antlr grammar.
-*--------------------------------------------------------------------+----------------------------------------------+
-| {{{maven-antrun-plugin/} <<<antrun>>>}}                            | Run a set of ant tasks from a phase of the build.
-*--------------------------------------------------------------------+----------------------------------------------+
-| {{{maven-archetype-plugin/} <<<archetype>>>}}                      | Generate a skeleton project structure from an archetype.
-*--------------------------------------------------------------------+----------------------------------------------+
-| {{{maven-assembly-plugin/} <<<assembly>>>}}                        | Build an assembly (distribution) of sources and binaries.
-*-----------------------------------------------------------------------------------+----------------------------------+
-| {{{maven-changelog-plugin/} <<<changelog>>>}}                      | Generate a list of recent changes from your SCM.
-*-----------------------------------------------------------------------------------+----------------------------------+
-| {{{maven-changes-plugin/} <<<changes>>>}}                          | Generate a report from issue tracking or a change document.
-*--------------------------------------------------------------------+----------------------------------------------+
-| {{{maven-checkstyle-plugin/} <<<checkstyle>>>}}                    | Generate a checkstyle report.
-*--------------------------------------------------------------------+----------------------------------------------+
-| {{{maven-clean-plugin/} <<<clean>>>}}                              | Clean up after the build.
-*--------------------------------------------------------------------+----------------------------------------------+
-| {{{maven-clover-plugin/} <<<clover>>>}}                            | Generate a Clover report.
-*--------------------------------------------------------------------+----------------------------------------------+
-| {{{maven-compiler-plugin/} <<<compiler>>>}}                        | Compiles Java sources.
-*--------------------------------------------------------------------+----------------------------------------------+
-| {{{maven-dependency-plugin/} <<<dependency>>>}}                     | Dependency manipulation. 
-*--------------------------------------------------------------------+----------------------------------------------+
-| {{{maven-deploy-plugin/} <<<deploy>>>}}                             | Deploy the built artifact to the remote repository.
-*--------------------------------------------------------------------+----------------------------------------------+
-| {{{maven-ear-plugin/} <<<ear>>>}}                                  | Generate an EAR from the current project.
-*--------------------------------------------------------------------+----------------------------------------------+
-| {{{maven-eclipse-plugin/} <<<eclipse>>>}}                          | Generate an Eclipse project file for the current project.
-*--------------------------------------------------------------------+----------------------------------------------+
-| {{{maven-ejb-plugin/} <<<ejb>>>}}                                  | Build an EJB (and optional client) from the current project.
-*--------------------------------------------------------------------+----------------------------------------------+
-| {{{maven-help-plugin/} <<<help>>>}}                                | Get information about the working environment for the project.
-*--------------------------------------------------------------------+----------------------------------------------+
-| {{{maven-idea-plugin/} <<<idea>>>}}                                | Create/update an IDEA workspace for the current project (individual modules are created as IDEA modules)
-*--------------------------------------------------------------------+----------------------------------------------+
-| {{{maven-install-plugin/} <<<install>>>}}                          | Install the built artifact into the local repository.
-*--------------------------------------------------------------------+----------------------------------------------+
-| {{{maven-jar-plugin/} <<<jar>>>}}                                  | Build a JAR from the current project.
-*--------------------------------------------------------------------+----------------------------------------------+
-| {{{maven-javadoc-plugin/} <<<javadoc>>>}}                          | Generate Javadoc for the project.
-*-----------------------------------------------------------------------------------+----------------------------------+
-| {{{maven-jxr-plugin/} <<<jxr>>>}}                                  | Generate a source cross reference.
-*--------------------------------------------------------------------+----------------------------------------------+
-| {{{maven-one-plugin/} <<<one>>>}}                                  | A plugin for interacting with legacy Maven 1.x repositories and builds.
-*--------------------------------------------------------------------+----------------------------------------------+
-| {{{maven-plugin-plugin/} <<<plugin>>>}}                            | Create a Maven plugin descriptor for any Mojo's found in the source tree, to include in the JAR.
-*--------------------------------------------------------------------+----------------------------------------------+
-| {{{maven-pmd-plugin/} <<<pmd>>>}}                                  | Generate a PMD report.
-*--------------------------------------------------------------------+----------------------------------------------+
-| {{{maven-project-info-reports-plugin/} <<<project-info-reports>>>}} | Generate a standard project reports.
-*--------------------------------------------------------------------+----------------------------------------------+
-| {{{maven-rar-plugin/} <<<rar>>>}}                                  | Build a RAR from the current project.
-*--------------------------------------------------------------------+----------------------------------------------+
-| {{{maven-release-plugin/} <<<release>>>}}                          | Release the current project - updating the POM and tagging in the SCM.
-*--------------------------------------------------------------------+----------------------------------------------+
-| {{{maven-resources-plugin/} <<<resources>>>}}                      | Copy the resources to the output directory for including in the JAR.
-*--------------------------------------------------------------------+----------------------------------------------+
-| {{{/scm/plugins/} <<<scm>>>}}                                      | Generate a SCM for the current project.
-*--------------------------------------------------------------------+----------------------------------------------+
-| {{{maven-site-plugin/} <<<site>>>}}                                | Generate a site for the current project.
-*--------------------------------------------------------------------+----------------------------------------------+
-| {{{maven-source-plugin/} <<<source>>>}}                            | Build a JAR of sources for use in IDEs and distribution to the repository.
-*--------------------------------------------------------------------+----------------------------------------------+
-| {{{maven-surefire-plugin/} <<<surefire>>>}}                        | Run the Junit tests in an isolated classloader.
-*-----------------------------------------------------------------------------------+----------------------------------+
-| {{{maven-surefire-report-plugin/} <<<surefire-report>>>}}          | Generate a report based on the results of unit tests.
-*--------------------------------------------------------------------+----------------------------------------------+
-| {{{maven-verifier-plugin/} <<<verifier>>>}}                        | Useful for integration tests - verifies the existence of certain conditions.
-*--------------------------------------------------------------------+----------------------------------------------+
-| {{{maven-war-plugin/} <<<war>>>}}                                  | Build a WAR from the current project.
-*--------------------------------------------------------------------+----------------------------------------------+
-
-  There are also many plug-ins available at the {{{http://mojo.codehaus.org} Mojo}} project at Codehaus.
-
-*-----------------------------------------------------------------------------------+----------------------------------+
-| <<Plugin>>                                                                        | <<Description>>
-*-----------------------------------------------------------------------------------+----------------------------------+
-| {{{http://mojo.codehaus.org/castor-maven-plugin/} <<<castor>>>}}                  | Generate sources from an XSD using Castor.
-*-----------------------------------------------------------------------------------+----------------------------------+
-| {{{http://mojo.codehaus.org/javacc-maven-plugin/} <<<javacc>>>}}                  | Generate sources from a JavaCC grammer.
-*-----------------------------------------------------------------------------------+----------------------------------+
-| {{{http://mojo.codehaus.org/jdepend-maven-plugin/} <<<jdepend>>>}}                | Generate a report on code metrics using JDepend.
-*-----------------------------------------------------------------------------------+----------------------------------+
-| {{{http://mojo.codehaus.org/taglist-maven-plugin/} <<<taglist>>>}}                | Generate a list of tasks based on tags in your code.
-*-----------------------------------------------------------------------------------+----------------------------------+
-
-  A number of other projects provide their own Maven2 plugins. This includes:
-
-*----------------------------------------------------------------------------+----------------------------------------+
-| <<Plugin>>                                                                 | <<Description>>
-*----------------------------------------------------------------------------+----------------------------------------+
-| {{{http://ws.apache.org/jaxme/mp/} <<<jaxme>>>}}                           | Use the JaxMe JAXB implementation to generate Java sources from XML schema.
-*----------------------------------------------------------------------------+----------------------------------------+
-| {{{http://jetty.mortbay.org/jetty6/maven-plugin/howto.html} <<<jetty6>>>}} | Run a Jetty container for rapid webapp development.
-*----------------------------------------------------------------------------+----------------------------------------+
+*--------------------------------------------------------------------+-----------------+----------------------------------------------+
+| <<Plugin>>                                                         | <<Current Version>> | <<Description>>
+*-------------------------------------------------------------------------------------------------------------------------------------+
+| <<Ant>>
+*--------------------------------------------------------------------+-----------------+----------------------------+
+| {{{maven-ant-plugin/} <<<ant>>>}}                                  | 2.0-beta-1      | Generate an Ant build file for the project.
+*--------------------------------------------------------------------+-----------------+----------------------------+
+| {{{maven-antrun-plugin/} <<<antrun>>>}}                            | 1.1             | Run a set of ant tasks from a phase of the build.
+*-------------------------------------------------------------------------------------------------------------------+
+| <<Archetypes>>
+*--------------------------------------------------------------------+-----------------+----------------------------+
+| {{{maven-archetype-plugin/} <<<archetype>>>}}                      | 1.0-alpha-2-SNAPSHOT | Generate a skeleton project structure from an archetype.
+*-------------------------------------------------------------------------------------------------------------------+
+| <<Artifact Handling>>
+*--------------------------------------------------------------------+-----------------+----------------------------+
+| {{{maven-one-plugin/} <<<one>>>}}                                  |  2.0.1          | A plugin for interacting with legacy Maven 1.x repositories and builds.
+*-------------------------------------------------------------------------------------------------------------------+
+| <<Compiler>>
+*--------------------------------------------------------------------+-----------------+----------------------------+
+| {{{maven-compiler-plugin/} <<<compiler>>>}}                        | 2.0             | Compiles Java sources.
+*-------------------------------------------------------------------------------------------------------------------+
+| <<IDE>>
+*--------------------------------------------------------------------+-----------------+----------------------------+
+| {{{maven-eclipse-plugin/} <<<eclipse>>>}}                          | 2.2             | Generate an Eclipse project file for the current project.
+*--------------------------------------------------------------------+-----------------+----------------------------+
+| {{{maven-idea-plugin/} <<<idea>>>}}                                | 2.0             | Create/update an IDEA workspace for the current project (individual modules are created as IDEA modules)
+*-------------------------------------------------------------------------------------------------------------------+
+| <<J2EE>> 
+*--------------------------------------------------------------------+-----------------+----------------------------+
+| {{{maven-ear-plugin/} <<<ear>>>}}                                  | 2.1             | Generate an EAR from the current project.
+*--------------------------------------------------------------------+-----------------+----------------------------+
+| {{{maven-ejb-plugin/} <<<ejb>>>}}                                  | 2.0             | Build an EJB (and optional client) from the current project.
+*--------------------------------------------------------------------+-----------------+----------------------------+
+| {{{maven-war-plugin/} <<<war>>>}}                                  | 2.0.1           | Build a WAR from the current project. 
+*-------------------------------------------------------------------------------------------------------------------+
+| <<Packaging>>
+*--------------------------------------------------------------------+-----------------+----------------------------+
+| {{{maven-assembly-plugin/} <<<assembly>>>}}                        | 2.1             | Build an assembly (distribution) of sources and binaries.
+*--------------------------------------------------------------------+-----------------+----------------------------+
+| {{{maven-ear-plugin/} <<<ear>>>}}                                  | 2.1             | Generate an EAR from the current project.
+*--------------------------------------------------------------------+-----------------+----------------------------+
+| {{{maven-ejb-plugin/} <<<ejb>>>}}                                  | 2.0             | Build an EJB (and optional client) from the current project.
+*--------------------------------------------------------------------+-----------------+----------------------------+
+| {{{maven-jar-plugin/} <<<jar>>>}}                                  | 2.0             | Build a JAR from the current project.
+*--------------------------------------------------------------------+-----------------+----------------------------+
+| {{{maven-rar-plugin/} <<<rar>>>}}                                  | 2.1             | Build a RAR from the current project.
+*--------------------------------------------------------------------+-----------------+----------------------------+
+| {{{maven-source-plugin/} <<<source>>>}}                            | 2.0.1           | Build a JAR of sources for use in IDEs and distribution to the repository.
+*--------------------------------------------------------------------+-----------------+----------------------------+
+| {{{maven-war-plugin/} <<<war>>>}}                                  | 2.0.1           | Build a WAR from the current project. 
+*-------------------------------------------------------------------------------------------------------------------+
+| <<Reports>>
+*--------------------------------------------------------------------+-----------------+----------------------------+
+| {{{maven-changelog-plugin/} <<<changelog>>>}}                      | 2.0-beta-1 (dev)| Generate a list of recent changes from your SCM.
+*--------------------------------------------------------------------+-----------------+----------------------------+
+| {{{maven-changes-plugin/} <<<changes>>>}}                          | 2.0-beta-1 (dev)| Generate a report from issue tracking or a change document.
+*--------------------------------------------------------------------+-----------------+----------------------------+
+| {{{maven-checkstyle-plugin/} <<<checkstyle>>>}}                    | 2.0             | Generate a checkstyle report.
+*--------------------------------------------------------------------+-----------------+----------------------------+
+| {{{maven-clover-plugin/} <<<clover>>>}}                            | 2.1             | Generate a Clover report.
+*--------------------------------------------------------------------+-----------------+----------------------------+
+| {{{maven-javadoc-plugin/} <<<javadoc>>>}}                          | 2.0             | Generate Javadoc for the project.
+*--------------------------------------------------------------------+-----------------+----------------+
+| {{{http://mojo.codehaus.org/jdepend-maven-plugin/} <<<jdepend>>>}} |                 | Generate a report on code metrics using JDepend.
+*--------------------------------------------------------------------+-----------------+----------------+
+| {{{maven-jxr-plugin/} <<<jxr>>>}}                                  | 2.0             | Generate a source cross reference.
+*--------------------------------------------------------------------+-----------------+----------------------------+
+| {{{maven-pmd-plugin/} <<<pmd>>>}}                                  | 2.0             | Generate a PMD report.
+*--------------------------------------------------------------------+-----------------+----------------------------+
+| {{{maven-project-info-reports-plugin/} <<<project-info-reports>>>}} |  2.0.1         | Generate a standard project reports.
+*--------------------------------------------------------------------+-----------------+----------------------------+
+| {{{maven-plugin-plugin/} <<<plugin>>>}}                            | 2.1             | Create a Maven plugin descriptor for any Mojo's found in the source tree, to include in the JAR.
+*--------------------------------------------------------------------+-----------------+----------------------------+
+| {{{maven-surefire-report-plugin/} <<<surefire-report>>>}}          | 2.0             | Generate a report based on the results of unit tests.
+*-------------------------------------------------------------------------------------------------------------------+
+| <<Services>>
+*--------------------------------------------------------------------+-----------------+-----------------------+
+| {{{http://jetty.mortbay.org/jetty6/maven-plugin/howto.html} <<<jetty6>>>}} | 6.0.0beta17 |Run a Jetty container for rapid webapp development.
+*-------------------------------------------------------------------------------------------------------------+
+| <<Source Generators>>
+*--------------------------------------------------------------------+-----------------+----------------------------+
+| {{{maven-antlr-plugin/} <<<antlr>>> }}                             | 2.0-beta-1      | Generate sources from an Antlr grammar.
+*--------------------------------------------------------------------+-----------------+----------------------------+
+| {{{http://mojo.codehaus.org/castor-maven-plugin/} <<<castor>>>}}   |                 | Generate sources from an XSD using Castor.
+*--------------------------------------------------------------------+-----------------+----------------+
+| {{{http://mojo.codehaus.org/javacc-maven-plugin/} <<<javacc>>>}}   |                 | Generate sources from a JavaCC grammer.
+*--------------------------------------------------------------------+-----------------+----------------+
+| {{{http://ws.apache.org/jaxme/mp/} <<<jaxme>>>}}                   |                 | Use the JaxMe JAXB implementation to generate Java sources from XML schema.
+*-------------------------------------------------------------------------------------------------------------+
+| <<System>>
+*--------------------------------------------------------------------+-----------------+----------------------+
+| {{{maven-clean-plugin/} <<<clean>>>}}                              | 2.1             | Clean up after the build.
+*--------------------------------------------------------------------+-----------------+----------------------------+
+| {{{maven-deploy-plugin/} <<<deploy>>>}}                            | 2.2.1           | Deploy the built artifact to the remote repository.
+*--------------------------------------------------------------------+-----------------+----------------------------+
+| {{{maven-help-plugin/} <<<help>>>}}                                | 2.0             | Get information about the working environment for the project.
+*--------------------------------------------------------------------+-----------------+----------------------------+
+| {{{maven-install-plugin/} <<<install>>>}}                          | 2.1             | Install the built artifact into the local repository.
+*--------------------------------------------------------------------+-----------------+----------------------------+
+| {{{maven-resources-plugin/} <<<resources>>>}}                      | 2.2             | Copy the resources to the output directory for including in the JAR.
+*--------------------------------------------------------------------+-----------------+----------------------------+
+| {{{maven-release-plugin/} <<<release>>>}}                          | 2.0-beta-4      | Release the current project - updating the POM and tagging in the SCM.
+*--------------------------------------------------------------------+-----------------+----------------------------+
+| {{{/scm/plugins/} <<<scm>>>}}                                      | 1.0-beta-3      |Generate a SCM for the current project.
+*--------------------------------------------------------------------+-----------------+----------------------------+
+| {{{maven-site-plugin/} <<<site>>>}}                                | 2.0-beta-5      | Generate a site for the current project.
+*-------------------------------------------------------------------------------------------------------------------+
+| <<Test>>
+*--------------------------------------------------------------------+-----------------+------------------------------+
+| {{{maven-surefire-plugin/} <<<surefire>>>}}                        | 2.2             | Run the Junit tests in an isolated classloader.
+*-------------------------------------------------------------------------------------------------------+
+| <<Tools>>
+*--------------------------------------------------------------------+-----------------+----------------+
+| {{{maven-dependency-plugin/} <<<dependency>>>}}                    | 2.0             | Dependency manipulation. 
+*-------------------------------------------------------------------------------------------------------------------+
+| <<Misc>>
+*--------------------------------------------------------------------+-----------------+----------------------------+
+| {{{maven-verifier-plugin/} <<<verifier>>>}}                        | 1.0-beta-1      | Useful for integration tests - verifies the existence of certain conditions.
+*--------------------------------------------------------------------+-----------------+----------------------------+
+| {{{http://mojo.codehaus.org/taglist-maven-plugin/} <<<taglist>>>}} |                 | Generate a list of tasks based on tags in your code.
+*--------------------------------------------------------------------+-----------------+----------------+

