MVN

io.github.spenceuk : java11-basic-archetype

Maven & Gradle

Mar 16, 2020
0 stars

Archetype - java11-basic-archetype · Java 11 project archetype with: Junit5, AssertJ, Mockito, Checkstyle and License Headers

mvn archetype:generate -DarchetypeGroupId=io.github.spenceuk -DarchetypeArtifactId=java11-basic-archetype -DarchetypeVersion=1.1
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.spenceuk : java11-basic-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of io.github.spenceuk : java11-basic-archetype to generate a Maven project - All Versions:

  • Version Updated
  • java11-basic-archetype-1.1

    Mar 15, 2020
  • java11-basic-archetype-1.0

    Mar 15, 2020

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.spenceuk -DarchetypeArtifactId=java11-basic-archetype -DarchetypeVersion=1.1