Author: hboutemy
Date: Tue Apr 24 12:00:32 2012
New Revision: 1329660

URL: http://svn.apache.org/viewvc?rev=1329660&view=rev
Log:
added "Using an Archetype" section

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

Modified: maven/archetype/trunk/src/site/apt/index.apt
URL: 
http://svn.apache.org/viewvc/maven/archetype/trunk/src/site/apt/index.apt?rev=1329660&r1=1329659&r2=1329660&view=diff
==============================================================================
--- maven/archetype/trunk/src/site/apt/index.apt (original)
+++ maven/archetype/trunk/src/site/apt/index.apt Tue Apr 24 12:00:32 2012
@@ -51,6 +51,17 @@ Maven Archetype
  for EJBs, or WARs, or for your web services. Once these archetypes are 
created and deployed in your organization's
  repository they are available for use by all developers within your 
organization.
 
+* Using an Archetype
+
+  To create a new project based on an Archetype, you need to call <<<mvn 
archetype:generate>>> goal, like the following:
+
++---+
+mvn archetype:generate
++---+
+
+  Please refer to 
{{{http://maven.apache.org/plugins/maven-archetype-plugin/usage.html}Archetype 
Plugin Page}} for more
+  details.
+
 * Content
 
  Maven Archetype is composed of several modules:


Reply via email to