| $Revision: 1.7 $ | $Name: $ | $Date: 2006/04/13 13:54:09 $ | Working with maven 2 |
| $Source: /ppw/training/maven/repository/maven2/src/html/archetypes.html,v $ | |||
[A maven archetype is a] template of a project which is combined with some user input to produce a working Maven project that has been tailored to the user's requirements
maven Getting Started Guide
archetype plugin
mvn archetype:create -DarchetypeGroupId=archetypeGroupId \
-DarchetypeArtifactId=archetypeArtifactId \
-DarchetypeVersion=archetypeVersion \
-DgroupId=newProjectGroupId \
-DartifactId=newProjectArtifactId
org.apache.maven.archetypes
(default)