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 2010/09/11 19:02:16 UTC

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

Author: hboutemy
Date: Sat Sep 11 17:02:15 2010
New Revision: 996173

URL: http://svn.apache.org/viewvc?rev=996173&view=rev
Log:
marked archetype:create deprecated

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

Modified: maven/archetype/trunk/archetype-plugin/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-plugin/src/site/apt/index.apt?rev=996173&r1=996172&r2=996173&view=diff
==============================================================================
--- maven/archetype/trunk/archetype-plugin/src/site/apt/index.apt (original)
+++ maven/archetype/trunk/archetype-plugin/src/site/apt/index.apt Sat Sep 11 17:02:15 2010
@@ -52,11 +52,11 @@ Maven 2 Archetype Plugin
 
   The archetype plugin has four goals:
 
-  * {{{./create-mojo.html}archetype:create}} creates a Maven 2 project from an
+  * <{{{./create-mojo.html}archetype:create}} (deprecated)> creates a Maven 2 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}}.
 
-  * {{{./generate-mojo.html}archetype:generate}} ask the user to choose an archetype
-    from the archetype catalog, and retrieves it from the remote repository.
+  * {{{./generate-mojo.html}archetype:generate}} creates a Maven 2 project from an
+    archetype: asks the user to choose an archetype from the archetype catalog, and retrieves it from the remote repository.
     Once retrieved, it is processed to create a working Maven project.
 
   * {{{./create-from-project-mojo.html}archetype:create-from-project}} creates