Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification.
The following page has been changed by AlexanderHars: http://wiki.apache.org/maven/ArchetypePlugin ------------------------------------------------------------------------------ [http://maven.apache.org/guides/introduction/introduction-to-archetypes.html Introduction to archetypes] [http://maven.apache.org/guides/mini/guide-creating-archetypes.html Guide on creating archetypes] + + == Available Maven2 Archetypes == The following standard archetypes are available (see: http://www.ibiblio.org/maven2/org/apache/maven/archetypes/) * quickstart: creates a default pom.xml, the src and a test folders (including a default App.java/AppTest.java). * site: quickstart + some filters + a default site structure. Site includes a second language (french). Note that the site archetype can only be run to create a new project, it can not be run after a project was initialized with another archetype. * webapp + * plugin: Creates the structure for a new plugin project: + {{{mvn archetype:create -DgroupId=com.mystuff -DartifactId=foo-maven-plugin -DpackageName=com.mystuff.myplugin -DarchetypeArtifactId=maven-archetype-mojo}}} == Other publicly available archetypes that may be useful == --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
