Author: vsiveton Date: Thu Jun 12 04:37:12 2008 New Revision: 667048 URL: http://svn.apache.org/viewvc?rev=667048&view=rev Log: o adding a release date column
Modified: maven/site/trunk/src/site/apt/plugins/index.apt Modified: maven/site/trunk/src/site/apt/plugins/index.apt URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/plugins/index.apt?rev=667048&r1=667047&r2=667048&view=diff ============================================================================== --- maven/site/trunk/src/site/apt/plugins/index.apt (original) +++ maven/site/trunk/src/site/apt/plugins/index.apt Thu Jun 12 04:37:12 2008 @@ -20,109 +20,109 @@ ~~ TODO: the repository manager should be able to produce a page like this. Ensure all descriptions are in the POM of these plugins. -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -|| <<Plugin>> || <<Version>> || <<Description>> || <<Source Repository>> || <<Issue Tracking>> -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| <<core plugins>> | | <Plugins corresponding to default core phases (ie. clean, compile). They may have muliple goals as well.> | | -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-clean-plugin/} <<<clean>>>}} | 2.2 | Clean up after the build. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-clean-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MCLEAN}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-compiler-plugin/} <<<compiler>>>}} | 2.0.2 | Compiles Java sources. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-compiler-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MCOMPILER}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-deploy-plugin/} <<<deploy>>>}} | 2.3 | Deploy the built artifact to the remote repository. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-deploy-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MDEPLOY}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-install-plugin/} <<<install>>>}} | 2.2 | Install the built artifact into the local repository. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-install-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MINSTALL}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-resources-plugin/} <<<resources>>>}} | 2.2 | Copy the resources to the output directory for including in the JAR. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-resources-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MRESOURCES}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-site-plugin/} <<<site>>>}} | 2.0-beta-6 | Generate a site for the current project. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MSITE}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-surefire-plugin/} <<<surefire>>>}} | 2.4.3 | Run the Junit tests in an isolated classloader. | {{{http://svn.apache.org/repos/asf/maven/surefire/trunk/maven-surefire-plugin}SVN}} | {{{http://jira.codehaus.org/browse/SUREFIRE}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-verifier-plugin/} <<<verifier>>>}} | 1.0-beta-1 | Useful for integration tests - verifies the existence of certain conditions. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-verifier-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MVERIFIER}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| <<packaging types / tools>> | | <These plugins relate to packaging respective artifact types.> | | -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-ear-plugin/} <<<ear>>>}} | 2.3.1 | Generate an EAR from the current project. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-ear-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MEAR}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-ejb-plugin/} <<<ejb>>>}} | 2.1 | Build an EJB (and optional client) from the current project. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-ejb-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MEJB}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-jar-plugin/} <<<jar>>>}} | 2.2 | Build a JAR from the current project. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-jar-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MJAR}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-rar-plugin/} <<<rar>>>}} | 2.2 | Build a RAR from the current project. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-rar-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MRAR}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-war-plugin/} <<<war>>>}} | 2.1-alpha-1 | Build a WAR from the current project. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-war-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MWAR}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-shade-plugin/} <<<shade>>>}} | 1.1 | Build an Uber-JAR from the current project, including dependencies. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-shade-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MSHADE}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| <<reporting>> | | <Plugins which generate reports, are configured as reports in the POM and run under the site generation lifecycle.> | | -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-changelog-plugin/} <<<changelog>>>}} | 2.1 | Generate a list of recent changes from your SCM. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-changelog-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MCHANGELOG}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-changes-plugin/} <<<changes>>>}} | 2.0 | Generate a report from issue tracking or a change document. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-changes-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MCHANGES}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-checkstyle-plugin/} <<<checkstyle>>>}} | 2.2 | Generate a checkstyle report. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-checkstyle-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MCHECKSTYLE}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-clover-plugin/} <<<clover>>>}} | 2.4 | Generate a Clover report. NOTE: Moved to Atlassian.com | {{{http://svn.apache.org/repos/asf/maven/retired/maven-clover-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MCLOVER}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-doap-plugin/} <<<doap>>>}} | 1.0-beta-1 | Generate a Description of a Project (DOAP) file from a POM. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-doap-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MDOAP}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-docck-plugin/} <<<docck>>>}} | 1.0-beta-2 | Documentation checker plugin. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-docck-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MDOCCK}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-javadoc-plugin/} <<<javadoc>>>}} | 2.4 | Generate Javadoc for the project. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-javadoc-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MJAVADOC}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-jxr-plugin/} <<<jxr>>>}} | 2.1 | Generate a source cross reference. | {{{http://svn.apache.org/repos/asf/maven/jxr/trunk/maven-jxr-plugin}SVN}} | {{{http://jira.codehaus.org/browse/JXR}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-pmd-plugin/} <<<pmd>>>}} | 2.4 | Generate a PMD report. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-pmd-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MPMD}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-project-info-reports-plugin/} <<<project-info-reports>>>}} | 2.0.1 | Generate standard project reports. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MPIR}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-surefire-report-plugin/} <<<surefire-report>>>}} | 2.4.3 | Generate a report based on the results of unit tests. | {{{http://svn.apache.org/repos/asf/maven/surefire/trunk/maven-surefire-report-plugin}SVN}} | {{{http://jira.codehaus.org/browse/SUREFIRE}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| <<tools>> | | <These are miscellaneous tools available through Maven by default.> | | -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-ant-plugin/} <<<ant>>>}} | 2.1 | Generate an Ant build file for the project. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-ant-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MANT}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-antrun-plugin/} <<<antrun>>>}} | 1.1 | Run a set of ant tasks from a phase of the build. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-antrun-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MANTRUN}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-archetype-plugin/} <<<archetype>>>}} | 2.0-alpha-2 | Generate a skeleton project structure from an archetype. | {{{http://svn.apache.org/repos/asf/maven/archetype/trunk/archetype-plugin}SVN}} | {{{http://jira.codehaus.org/browse/ARCHETYPE}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-assembly-plugin/} <<<assembly>>>}} | 2.2-beta-2 | Build an assembly (distribution) of sources and/or binaries. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-assembly-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MASSEMBLY}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-dependency-plugin/} <<<dependency>>>}} | 2.0 | Dependency manipulation (copy, unpack) and analysis. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-dependency-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MDEP}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-enforcer-plugin/} <<<enforcer>>>}} | 1.0-alpha-3 | Environmental constraint checking (Maven Version, JDK etc), User Custom Rule Execution. | {{{http://svn.apache.org/repos/asf/maven/enforcer/trunk/maven-enforcer-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MENFORCER}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-gpg-plugin/} <<<gpg>>>}} | 1.0-alpha-4 | Create signatures for the artifacts and poms. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-gpg-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MGPG}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-help-plugin/} <<<help>>>}} | 2.0.2 | Get information about the working environment for the project. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-help-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MPH}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-invoker-plugin/} <<<invoker>>>}} | 1.2 | Run a set of Maven projects and verify the output. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-invoker-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MINVOKER}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-one-plugin/} <<<one>>>}} | 1.2 | A plugin for interacting with legacy Maven 1.x repositories and builds. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-one-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MONE}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-patch-plugin/} <<<patch>>>}} | 1.0 | Use the gnu patch tool to apply patch files to source code. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-patch-plugin}SVN}} | - -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-plugin-plugin/} <<<plugin>>>}} | 2.4 | Create a Maven plugin descriptor for any Mojo's found in the source tree, to include in the JAR. | {{{http://svn.apache.org/repos/asf/maven/plugin-tools/trunk/maven-plugin-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MPLUGIN}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-release-plugin/} <<<release>>>}} | 2.0-beta-7 | Release the current project - updating the POM and tagging in the SCM. | {{{http://svn.apache.org/repos/asf/maven/release/trunk/maven-release-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MRELEASE}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-remote-resources-plugin/} <<<remote-resources>>>}}| 1.0 | Copy remote resources to the output directory for inclusion in the artifact. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-remote-resources-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MRRESOURCES}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-repository-plugin/} <<<repository>>>}} | 2.0 | Plugin to help with repository-based tasks. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-repository-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MREPOSITORY}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/scm/plugins/} <<<scm>>>}} | 1.0 | Generate a SCM for the current project. | {{{http://svn.apache.org/repos/asf/maven/scm/trunk/maven-scm-plugin}SVN}} | {{{http://jira.codehaus.org/browse/SCM}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-source-plugin/} <<<source>>>}} | 2.0.4 | Build a JAR of sources for use in IDEs and distribution to the repository. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-source-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MSOURCES}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-stage-plugin/} <<<stage>>>}} | 1.0-alpha-1 | Assists with release staging and promotion. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-stage-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MSTAGE}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| <<IDEs>> | | <Plugins that simplify integration with integrated developer environments.> | | -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-eclipse-plugin/} <<<eclipse>>>}} | 2.5.1 | Generate an Eclipse project file for the current project. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-eclipse-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MECLIPSE}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ -| {{{/plugins/maven-idea-plugin/} <<<idea>>>}} | 2.1 | Create/update an IDEA workspace for the current project (individual modules are created as IDEA modules) | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-idea-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MIDEA}JIRA}} -*-----------------------------------------------------------+--------------+------------------+------------------------+--------------------+ +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +|| <<Plugin>> || <<Version>> || <<Release Date>> || <<Description>> || <<Source Repository>> || <<Issue Tracking>> +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| <<Core plugins>> | | | <<Plugins corresponding to default core phases (ie. clean, compile). They may have muliple goals as well.>> | | +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-clean-plugin/} <<<clean>>>}} | 2.2 | 03/Dec/07 | Clean up after the build. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-clean-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MCLEAN}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-compiler-plugin/} <<<compiler>>>}} | 2.0.2 | 13/Feb/07 | Compiles Java sources. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-compiler-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MCOMPILER}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-deploy-plugin/} <<<deploy>>>}} | 2.3 | 30/Dec/06 | Deploy the built artifact to the remote repository. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-deploy-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MDEPLOY}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-install-plugin/} <<<install>>>}} | 2.2 | 17/May/07 | Install the built artifact into the local repository. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-install-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MINSTALL}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-resources-plugin/} <<<resources>>>}} | 2.2 | 14/May/06 | Copy the resources to the output directory for including in the JAR. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-resources-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MRESOURCES}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-site-plugin/} <<<site>>>}} | 2.0-beta-6 | 28/Nov/07 | Generate a site for the current project. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MSITE}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-surefire-plugin/} <<<surefire>>>}} | 2.4.3 | 14/May/08 | Run the Junit tests in an isolated classloader. | {{{http://svn.apache.org/repos/asf/maven/surefire/trunk/maven-surefire-plugin}SVN}} | {{{http://jira.codehaus.org/browse/SUREFIRE}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-verifier-plugin/} <<<verifier>>>}} | 1.0-beta-1 | 07/May/06 | Useful for integration tests - verifies the existence of certain conditions. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-verifier-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MVERIFIER}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| <<Packaging types / tools>> | | | <<These plugins relate to packaging respective artifact types.>> | | +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-ear-plugin/} <<<ear>>>}} | 2.3.1 | 21/Aug/07 | Generate an EAR from the current project. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-ear-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MEAR}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-ejb-plugin/} <<<ejb>>>}} | 2.1 | 09/Feb/07 | Build an EJB (and optional client) from the current project. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-ejb-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MEJB}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-jar-plugin/} <<<jar>>>}} | 2.2 | 16/Jan/08 | Build a JAR from the current project. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-jar-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MJAR}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-rar-plugin/} <<<rar>>>}} | 2.2 | 28/Feb/07 | Build a RAR from the current project. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-rar-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MRAR}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-war-plugin/} <<<war>>>}} | 2.1-alpha-1 | 19/Oct/07 | Build a WAR from the current project. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-war-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MWAR}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-shade-plugin/} <<<shade>>>}} | 1.1 | 27/May/08 | Build an Uber-JAR from the current project, including dependencies. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-shade-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MSHADE}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| <<Reporting plugins>> | | | <<Plugins which generate reports, are configured as reports in the POM and run under the site generation lifecycle.>> | | +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-changelog-plugin/} <<<changelog>>>}} | 2.1 | 25/Jul/07 | Generate a list of recent changes from your SCM. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-changelog-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MCHANGELOG}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-changes-plugin/} <<<changes>>>}} | 2.0 | 16/Apr/08 | Generate a report from issue tracking or a change document. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-changes-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MCHANGES}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-checkstyle-plugin/} <<<checkstyle>>>}} | 2.2 | 04/Jun/08 | Generate a checkstyle report. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-checkstyle-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MCHECKSTYLE}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-clover-plugin/} <<<clover>>>}} | 2.4 | 23/Apr/07 | Generate a Clover report. NOTE: Moved to Atlassian.com | {{{http://svn.apache.org/repos/asf/maven/retired/maven-clover-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MCLOVER}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-doap-plugin/} <<<doap>>>}} | 1.0-beta-1 | 21/Jul/06 | Generate a Description of a Project (DOAP) file from a POM. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-doap-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MDOAP}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-docck-plugin/} <<<docck>>>}} | 1.0-beta-2 | 09/Aug/07 | Documentation checker plugin. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-docck-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MDOCCK}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-javadoc-plugin/} <<<javadoc>>>}} | 2.4 | 08/Mar/08 | Generate Javadoc for the project. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-javadoc-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MJAVADOC}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-jxr-plugin/} <<<jxr>>>}} | 2.1 | 05/Apr/07 | Generate a source cross reference. | {{{http://svn.apache.org/repos/asf/maven/jxr/trunk/maven-jxr-plugin}SVN}} | {{{http://jira.codehaus.org/browse/JXR}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-pmd-plugin/} <<<pmd>>>}} | 2.4 | 08/Jan/08 | Generate a PMD report. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-pmd-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MPMD}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-project-info-reports-plugin/} <<<project-info-reports>>>}} | 2.0.1 | 19/Jun/06 | Generate standard project reports. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MPIR}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-surefire-report-plugin/} <<<surefire-report>>>}} | 2.4.3 | 14/May/08 | Generate a report based on the results of unit tests. | {{{http://svn.apache.org/repos/asf/maven/surefire/trunk/maven-surefire-report-plugin}SVN}} | {{{http://jira.codehaus.org/browse/SUREFIRE}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| <<Tools>> | | | <<These are miscellaneous tools available through Maven by default.>> | | +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-ant-plugin/} <<<ant>>>}} | 2.1 | 29/May/08 | Generate an Ant build file for the project. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-ant-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MANT}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-antrun-plugin/} <<<antrun>>>}} | 1.1 | 04/Jan/06 | Run a set of ant tasks from a phase of the build. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-antrun-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MANTRUN}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-archetype-plugin/} <<<archetype>>>}} | 2.0-alpha-2 | 28/Apr/2008 | Generate a skeleton project structure from an archetype. | {{{http://svn.apache.org/repos/asf/maven/archetype/trunk/archetype-plugin}SVN}} | {{{http://jira.codehaus.org/browse/ARCHETYPE}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-assembly-plugin/} <<<assembly>>>}} | 2.2-beta-2 | 29/Feb/08 | Build an assembly (distribution) of sources and/or binaries. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-assembly-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MASSEMBLY}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-dependency-plugin/} <<<dependency>>>}} | 2.0 | 22/Jan/08 | Dependency manipulation (copy, unpack) and analysis. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-dependency-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MDEP}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-enforcer-plugin/} <<<enforcer>>>}} | 1.0-alpha-3 | 10/Jul/07 | Environmental constraint checking (Maven Version, JDK etc), User Custom Rule Execution. | {{{http://svn.apache.org/repos/asf/maven/enforcer/trunk/maven-enforcer-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MENFORCER}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-gpg-plugin/} <<<gpg>>>}} | 1.0-alpha-4 | 28/Sep/07 | Create signatures for the artifacts and poms. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-gpg-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MGPG}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-help-plugin/} <<<help>>>}} | 2.0.2 | 27/Nov/07 | Get information about the working environment for the project. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-help-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MPH}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-invoker-plugin/} <<<invoker>>>}} | 1.2 | 30/May/08 | Run a set of Maven projects and verify the output. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-invoker-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MINVOKER}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-one-plugin/} <<<one>>>}} | 1.2 | 12/Sep/07 | A plugin for interacting with legacy Maven 1.x repositories and builds. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-one-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MONE}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-patch-plugin/} <<<patch>>>}} | 1.0 | 26/Jan/08 | Use the gnu patch tool to apply patch files to source code. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-patch-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MPATCH}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-plugin-plugin/} <<<plugin>>>}} | 2.4.1 | 26/Mar/08 | Create a Maven plugin descriptor for any Mojo's found in the source tree, to include in the JAR. | {{{http://svn.apache.org/repos/asf/maven/plugin-tools/trunk/maven-plugin-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MPLUGIN}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-release-plugin/} <<<release>>>}} | 2.0-beta-7 | 27/Oct/07 | Release the current project - updating the POM and tagging in the SCM. | {{{http://svn.apache.org/repos/asf/maven/release/trunk/maven-release-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MRELEASE}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-remote-resources-plugin/} <<<remote-resources>>>}}| 1.0 | 20/Mar/08 | Copy remote resources to the output directory for inclusion in the artifact. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-remote-resources-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MRRESOURCES}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-repository-plugin/} <<<repository>>>}} | 2.0 | 25/Oct/05 | Plugin to help with repository-based tasks. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-repository-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MREPOSITORY}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/scm/plugins/} <<<scm>>>}} | 1.0 | 25/May/07 | Generate a SCM for the current project. | {{{http://svn.apache.org/repos/asf/maven/scm/trunk/maven-scm-plugin}SVN}} | {{{http://jira.codehaus.org/browse/SCM}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-source-plugin/} <<<source>>>}} | 2.0.4 | 11/Nov/07 | Build a JAR of sources for use in IDEs and distribution to the repository. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-source-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MSOURCES}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-stage-plugin/} <<<stage>>>}} | 1.0-alpha-1 | 22/Feb/08 | Assists with release staging and promotion. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-stage-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MSTAGE}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| <<IDEs>> | | | <<Plugins that simplify integration with integrated developer environments.>> | | +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-eclipse-plugin/} <<<eclipse>>>}} | 2.5.1 | 05/Apr/08 | Generate an Eclipse project file for the current project. | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-eclipse-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MECLIPSE}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ +| {{{/plugins/maven-idea-plugin/} <<<idea>>>}} | 2.1 | 23/Jun/07 | Create/update an IDEA workspace for the current project (individual modules are created as IDEA modules) | {{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-idea-plugin}SVN}} | {{{http://jira.codehaus.org/browse/MIDEA}JIRA}} +*-----------------------------------------------------------+--------------+--------------+------------------+------------------------+--------------------+ There are also some sandbox plugins into our {{{http://svn.apache.org/repos/asf/maven/sandbox/trunk/plugins}source reposity}}.