Maven Archetypes

Maven Archetypes

Maven offers archetypes to generate new projects. Strolch offers the following archetypes, to create new projects:

To use the archetypes, clone the archetypes repository and install it locally:

git clone https://github.com/strolch-li/strolch-maven-archetypes.git
cd strolch-maven-archetypes
git checkout 0.1.0
mvn clean install

Then follow one of the next steps to create the type of application you want.