Skip to content

Maven archetype to create a project configured for Java 11 and using JUnit 5.

Notifications You must be signed in to change notification settings

basbs/java11-junit5-archetype

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Java 11 + JUnit 5 Quick Start Maven Archetype

Maven archetype to create a project configured for Java 11 and using JUnit 5.

Install archetype in local repository

Once you have cloned the repository locally. Just run the maven command below to install the archetype.

mvn install

Example using the archetype

When the archetype has been installed locally you can create a project using the command below. Just replace the parameter values with the actual values you want to use.

 mvn archetype:generate -DarchetypeGroupId=com.deangerber.archetypes \
                        -DarchetypeArtifactId=java11-junit5-archetype \
                        -DarchetypeVersion=1.0.0-SNAPSHOT \
                        -DgroupId=com.deangerber.kata.stringcalculator \
                        -DartifactId=stringcalculator \
                        -Dversion=1.0.0-SNAPSHOT \
                        -DinteractiveMode=false

References

About

Maven archetype to create a project configured for Java 11 and using JUnit 5.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%