Skip to content

TomerFi/tomfi-archetypes

Repository files navigation

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.


🚀 We now have a maven command generator, check it out here. 🚀


Java Playground Archetype

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

Java Playground Modular Archetype

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

Java Advanced Archetype

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

Java Advanced Modular Archetype

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

Java Full Archetype

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

Java Full Modular Archetype

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