From eea8266a65e41e3f332456acbd28e391c0f02eb1 Mon Sep 17 00:00:00 2001 From: Brett Leslie Porter Date: Fri, 13 May 2005 00:58:53 +0000 Subject: [PATCH] the updated plugin list git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@169915 13f79535-47bb-0310-9956-ffa450edef68 --- maven-site/src/site/xdoc/plugin-list.xml | 85 ++++++++++++------------ 1 file changed, 44 insertions(+), 41 deletions(-) diff --git a/maven-site/src/site/xdoc/plugin-list.xml b/maven-site/src/site/xdoc/plugin-list.xml index 38238f47f4..bc179b74e4 100644 --- a/maven-site/src/site/xdoc/plugin-list.xml +++ b/maven-site/src/site/xdoc/plugin-list.xml @@ -15,15 +15,19 @@ - + + + - - - + + + - - - - - + + + + + + + + + +
PluginGoals Description
- assembly + ant - assembly:assembly + Generate an Ant build file for the project +
+ assembly Build an assembly (distribution) of sources and binaries. @@ -31,10 +35,7 @@
- clean - - clean:clean + clean Clean up after the build. @@ -42,10 +43,7 @@
- compiler - - compiler:compile, compiler:testCompile + compiler Compiles Java sources. @@ -53,10 +51,7 @@
- deploy - - deploy:deploy + deploy Deploy the built artifact to the remote repository. @@ -64,10 +59,15 @@
- ejb + eclipse - ejb:ejb + Generate an Eclipse project file for the current project. +
+ ejb Build an EJB (and optional client) from the current project. @@ -75,10 +75,7 @@
- idea - - idea:idea + idea Create/update an IDEA workspace for the current project (individual modules are created as IDEA modules) @@ -86,10 +83,7 @@
- install - - install:install + install Install the built artifact into the local repository. @@ -97,10 +91,7 @@
- jar - - jar:jar + jar Build a JAR from the current project. @@ -108,10 +99,7 @@
- plugin - - plugin:descriptor + plugin Create a Maven plugin descriptor for any Mojo's found in the source tree, to include in the JAR. @@ -119,10 +107,7 @@
- resources - - resources:resources, resources:testResources + resources Copy the resources to the output directory for including in the JAR. @@ -130,10 +115,23 @@
- surefire + site - surefire:test + Generate a site for the current project. +
+ source + + Build a JAR of sources for use in IDEs and distribution to the repository. +
+ surefire Run the Junit tests in an isolated classloader. @@ -141,10 +139,15 @@
- war + verifier - war:war + Useful for integration tests - verifies the existence of certain conditions. +
+ war Build a WAR from the current project.