From cadb926b85d77b97af817056353cca1fce4d451b Mon Sep 17 00:00:00 2001 From: Brett Leslie Porter Date: Mon, 16 May 2005 09:32:11 +0000 Subject: [PATCH] fix plugins index git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@170346 13f79535-47bb-0310-9956-ffa450edef68 --- .../xdoc/plugins/{index.html => index.xml} | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) rename maven-site/src/site/xdoc/plugins/{index.html => index.xml} (73%) diff --git a/maven-site/src/site/xdoc/plugins/index.html b/maven-site/src/site/xdoc/plugins/index.xml similarity index 73% rename from maven-site/src/site/xdoc/plugins/index.html rename to maven-site/src/site/xdoc/plugins/index.xml index f90495bac6..c08570c8a1 100644 --- a/maven-site/src/site/xdoc/plugins/index.html +++ b/maven-site/src/site/xdoc/plugins/index.xml @@ -19,7 +19,7 @@ - ant + ant Generate an Ant build file for the project @@ -27,7 +27,7 @@ - archetype + archetype Generate a skeleton project structure from an archetype. @@ -35,7 +35,7 @@ - assembly + assembly Build an assembly (distribution) of sources and binaries. @@ -43,7 +43,7 @@ - clean + clean Clean up after the build. @@ -51,7 +51,7 @@ - compiler + compiler Compiles Java sources. @@ -59,7 +59,7 @@ - deploy + deploy Deploy the built artifact to the remote repository. @@ -67,7 +67,7 @@ - eclipse + eclipse Generate an Eclipse project file for the current project. @@ -75,7 +75,7 @@ - ejb + ejb Build an EJB (and optional client) from the current project. @@ -83,7 +83,7 @@ - idea + idea Create/update an IDEA workspace for the current project (individual modules are created as IDEA modules) @@ -91,7 +91,7 @@ - install + install Install the built artifact into the local repository. @@ -99,7 +99,7 @@ - jar + jar Build a JAR from the current project. @@ -107,7 +107,7 @@ - plugin + plugin Create a Maven plugin descriptor for any Mojo's found in the source tree, to include in the JAR. @@ -115,7 +115,7 @@ - resources + resources Copy the resources to the output directory for including in the JAR. @@ -123,7 +123,7 @@ - site + site Generate a site for the current project. @@ -131,7 +131,7 @@ - source + source Build a JAR of sources for use in IDEs and distribution to the repository. @@ -139,7 +139,7 @@ - surefire + surefire Run the Junit tests in an isolated classloader. @@ -147,7 +147,7 @@ - verifier + verifier Useful for integration tests - verifies the existence of certain conditions. @@ -155,7 +155,7 @@ - war + war Build a WAR from the current project.