Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

TomerFi/tomfi-archetypes

Repository files navigation

TomFi's Maven Archetypes Archived.

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.


🚀 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.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