Maven Archetype

Maven archetypes can be used to create new projects fast.

Usage

Before using it an archetype should be downloaded from a repository. It works like any other dependency, but requires a repository with an archetypes catalog.

As an alternative it is always possible to install the archetype project locally before usage:

mvn install

Setup

When creating a new archetype the Maven Archetype Plugin should be added to the project.

Last updated