Hi, Currently archetype:generate displays 41 archetypes to select from. Is there a way to add more archetypes to this list?
For example, I want to add the following archetype to the archetype:generate list: org.apache.struts:archetypeArtifactId=struts2-archetype-starter So that I won't have to type something like: mvn archetype:create -DgroupId=tutorial \ -DartifactId=tutorial \ -DarchetypeGroupId=org.apache.struts \ -DarchetypeArtifactId=struts2-archetype-starter \ -DarchetypeVersion=2.0.5-SNAPSHOT \ -DremoteRepositories=http://people.apache.org/repo/m2-snapshot-repository everytime I want to create a new Maven 2 project. Thanks in advance, Ircworm --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
