TomFi's Maven Archetypes Archived.

October 26, 2024 ยท View on GitHub

Original README

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.


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


Java Playground Archetype

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

Java Playground Modular Archetype

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

Java Advanced Archetype

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

Java Advanced Modular Archetype

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

Java Full Archetype

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

Java Full Modular Archetype

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