You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/08/29 22:28:02 UTC

svn commit: r1162986 - /maven/archetype/trunk/maven-archetype-plugin/src/site/apt/index.apt

Author: hboutemy
Date: Mon Aug 29 20:28:01 2011
New Revision: 1162986

URL: http://svn.apache.org/viewvc?rev=1162986&view=rev
Log:
separated goals into 2 groups: direct use and bound to default lifecycle

Modified:
    maven/archetype/trunk/maven-archetype-plugin/src/site/apt/index.apt

Modified: maven/archetype/trunk/maven-archetype-plugin/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-plugin/src/site/apt/index.apt?rev=1162986&r1=1162985&r2=1162986&view=diff
==============================================================================
--- maven/archetype/trunk/maven-archetype-plugin/src/site/apt/index.apt (original)
+++ maven/archetype/trunk/maven-archetype-plugin/src/site/apt/index.apt Mon Aug 29 20:28:01 2011
@@ -50,7 +50,7 @@ Maven Archetype Plugin
 
 * Goals Overview
 
-  The archetype plugin has seven goals:
+  The archetype plugin has four goals for direct use:
 
   * <{{{./create-mojo.html}archetype:create}} (deprecated)> creates a Maven project from an
     archetype. It use the behaviour of the {{{/plugins/maven-archetype-plugin-1.0-alpha-7/}Archetype Plugin version 1.0-alpha-7}}.
@@ -65,15 +65,17 @@ Maven Archetype Plugin
   * {{{./crawl-mojo.html}archetype:crawl}} search a repository
     for archetypes and updates a catalog.
 
-  * {{{./jar-mojo.html}archetype:jar}} is bound to the <<<package>>> phase (see the
-    {{{../archetype-packaging/}'maven-archetype' packaging}}) and is used to build the archetype jar artifact.
+  []
+
+  and three goals bound to default lifecycle by {{{../archetype-packaging/}'maven-archetype' packaging}}:
+
+  * {{{./jar-mojo.html}archetype:jar}} (bound to the <<<package>>> phase) is used to build the archetype jar artifact.
 
-  * {{{./integration-test-mojo.html}archetype:integration-test}} is bound to the <<<integration-test>>> phase (see the
-    {{{../archetype-packaging/}'maven-archetype' packaging}}) and is used to execute archetype integration tests
-    by generating sample projects from the just built archetype.
+  * {{{./integration-test-mojo.html}archetype:integration-test}} (bound to the <<<integration-test>>> phase) is used to execute
+    archetype integration tests by generating sample projects from the just built archetype.
 
-  * {{{./update-local-catalog-mojo.html}archetype:update-local-catalog}} is bound to the <<<install>>> phase(see the
-    {{{../archetype-packaging/}'maven-archetype' packaging}}) and is used to update the local catalog.
+  * {{{./update-local-catalog-mojo.html}archetype:update-local-catalog}} (bound to the <<<install>>> phase) is used to update
+    the local catalog.
 
   []