MVN

io.github.oliviercailloux : java-archetype

Maven & Gradle

May 22, 2023
9 stars

Java Archetype · A maven archetype with reasonable defaults for starting Java projects.

mvn archetype:generate -DarchetypeGroupId=io.github.oliviercailloux -DarchetypeArtifactId=java-archetype -DarchetypeVersion=0.0.13
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.oliviercailloux : java-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 0.0.13

All Versions

Choose a version of io.github.oliviercailloux : java-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
0.0.x
java-archetype-0.0.13
java-archetype-0.0.12
java-archetype-0.0.11
java-archetype-0.0.10
java-archetype-0.0.9
java-archetype-0.0.8
java-archetype-0.0.7
java-archetype-0.0.6

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=io.github.oliviercailloux -DarchetypeArtifactId=java-archetype -DarchetypeVersion=0.0.13

Advertisement