Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version. Compare with Current ·  View Page History

The information on this page is user-contributed. Its accuracy is not verified by the Maven team!

Links:  Guide to creating archetypesPlugin documentation

What Archetypes are available?

Maven's standard 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: for creating web applications.
  • plugin: Creates the structure for a new plugin project:

User-contributed archetypes 

If you have other archetypes that may be useful, please describe them below.

Tips and Surprises

 

Examples 

 

Labels
  • None