Author: dennisl Date: Fri Jul 7 13:58:09 2006 New Revision: 419983 URL: http://svn.apache.org/viewvc?rev=419983&view=rev Log: Add trailing slashes to urls so that they don't get redirected
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=419983&r1=419982&r2=419983&view=diff ============================================================================== --- maven/site/trunk/src/site/apt/plugins/index.apt (original) +++ maven/site/trunk/src/site/apt/plugins/index.apt Fri Jul 7 13:58:09 2006 @@ -24,77 +24,77 @@ *--------------------------------------------------------------------+----------------------------------------------+ | <<Plugin>> | <<Description>> *--------------------------------------------------------------------+----------------------------------------------+ -| {{{maven-ant-plugin} <<<ant>>>}} | Generate an Ant build file for the project. +| {{{maven-ant-plugin/} <<<ant>>>}} | Generate an Ant build file for the project. *--------------------------------------------------------------------+----------------------------------------------+ -| {{{maven-antlr-plugin} <<<antlr>>> }} | Generate sources from an Antlr grammar. +| {{{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-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-archetype-plugin/} <<<archetype>>>}} | Generate a skeleton project structure from an archetype. *--------------------------------------------------------------------+----------------------------------------------+ -| {{{maven-assembly-plugin} <<<assembly>>>}} | Build an assembly (distribution) of sources and binaries. +| {{{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-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-changes-plugin/} <<<changes>>>}} | Generate a report from issue tracking or a change document. *--------------------------------------------------------------------+----------------------------------------------+ -| {{{maven-checkstyle-plugin} <<<checkstyle>>>}} | Generate a checkstyle report. +| {{{maven-checkstyle-plugin/} <<<checkstyle>>>}} | Generate a checkstyle report. *--------------------------------------------------------------------+----------------------------------------------+ -| {{{maven-clean-plugin} <<<clean>>>}} | Clean up after the build. +| {{{maven-clean-plugin/} <<<clean>>>}} | Clean up after the build. *--------------------------------------------------------------------+----------------------------------------------+ -| {{{maven-clover-plugin} <<<clover>>>}} | Generate a Clover report. +| {{{maven-clover-plugin/} <<<clover>>>}} | Generate a Clover report. *--------------------------------------------------------------------+----------------------------------------------+ -| {{{maven-compiler-plugin} <<<compiler>>>}} | Compiles Java sources. +| {{{maven-compiler-plugin/} <<<compiler>>>}} | Compiles Java sources. *--------------------------------------------------------------------+----------------------------------------------+ -| {{{maven-dependency-plugin} <<<dependency>>>}} | Dependency manipulation. +| {{{maven-dependency-plugin/} <<<dependency>>>}} | Dependency manipulation. *--------------------------------------------------------------------+----------------------------------------------+ -| {{{maven-deploy-plugin} <<<deploy>>>}} | Deploy the built artifact to the remote repository. +| {{{maven-deploy-plugin/} <<<deploy>>>}} | Deploy the built artifact to the remote repository. *--------------------------------------------------------------------+----------------------------------------------+ -| {{{maven-ear-plugin} <<<ear>>>}} | Generate an EAR from the current project. +| {{{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-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-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-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-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-install-plugin/} <<<install>>>}} | Install the built artifact into the local repository. *--------------------------------------------------------------------+----------------------------------------------+ -| {{{maven-jar-plugin} <<<jar>>>}} | Build a JAR from the current project. +| {{{maven-jar-plugin/} <<<jar>>>}} | Build a JAR from the current project. *--------------------------------------------------------------------+----------------------------------------------+ -| {{{maven-javadoc-plugin} <<<javadoc>>>}} | Generate Javadoc for the project. +| {{{maven-javadoc-plugin/} <<<javadoc>>>}} | Generate Javadoc for the project. *-----------------------------------------------------------------------------------+----------------------------------+ -| {{{maven-jxr-plugin} <<<jxr>>>}} | Generate a source cross reference. +| {{{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-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-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-pmd-plugin/} <<<pmd>>>}} | Generate a PMD report. *--------------------------------------------------------------------+----------------------------------------------+ -| {{{maven-project-info-reports-plugin} <<<project-info-reports>>>}} | Generate a standard project reports. +| {{{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-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-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. +| {{{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. +| {{{/scm/plugins/} <<<scm>>>}} | Generate a SCM for the current project. *--------------------------------------------------------------------+----------------------------------------------+ -| {{{maven-site-plugin} <<<site>>>}} | Generate a site 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-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-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-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-verifier-plugin/} <<<verifier>>>}} | Useful for integration tests - verifies the existence of certain conditions. *--------------------------------------------------------------------+----------------------------------------------+ -| {{{maven-war-plugin} <<<war>>>}} | Build a WAR from the current project. +| {{{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. @@ -102,13 +102,13 @@ *-----------------------------------------------------------------------------------+----------------------------------+ | <<Plugin>> | <<Description>> *-----------------------------------------------------------------------------------+----------------------------------+ -| {{{http://mojo.codehaus.org/castor-maven-plugin} <<<castor>>>}} | Generate sources from an XSD using Castor. +| {{{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/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. +| {{{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: