MVN

io.github.spenceuk : java11-basic-archetype

Maven & Gradle

Mar 16, 2020
1 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 Vulnerabilities Updated
1.1
java11-basic-archetype-1.1
1.0
java11-basic-archetype-1.0

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

Advertisement