/tomfi-archetypes

Deployment ready Java archetypes for Maven

Primary LanguageJavaMIT LicenseMIT

TomFi's Maven Archetypes
artifact-version java-version status-build status-pages

Quickly spin up an updated Git and GitHub-ready Java project with Maven.
Check out the documentation for all the rest more information.

Java Playground Archetype

mvn archetype:generate \
-DarchetypeGroupId=info.tomfi.archetypes \
-DarchetypeArtifactId=java-playground \
-DarchetypeVersion=1.0.6

Java Playground Modular Archetype

mvn archetype:generate \
-DarchetypeGroupId=info.tomfi.archetypes \
-DarchetypeArtifactId=java-playground-mod \
-DarchetypeVersion=1.0.6

Java Advanced Archetype

mvn archetype:generate \
-DarchetypeGroupId=info.tomfi.archetypes \
-DarchetypeArtifactId=java-advanced \
-DarchetypeVersion=1.0.6

Java Advanced Modular Archetype

mvn archetype:generate \
-DarchetypeGroupId=info.tomfi.archetypes \
-DarchetypeArtifactId=java-advanced-mod \
-DarchetypeVersion=1.0.6

Java Full Archetype

mvn archetype:generate \
-DarchetypeGroupId=info.tomfi.archetypes \
-DarchetypeArtifactId=java-full \
-DarchetypeVersion=1.0.6

Java Full Modular Archetype

mvn archetype:generate \
-DarchetypeGroupId=info.tomfi.archetypes \
-DarchetypeArtifactId=java-full-mod \
-DarchetypeVersion=1.0.6