Create Java project with Maven archetype ljug-quickstart-archetype

The maven quickstart archetype adapted for the error with surfire

Create a Java Project by archetype ljug-quickstart-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="net.cofares.ljug"   -DarchetypeArtifactId="ljug-quickstart-archetype"   -DarchetypeVersion="1.0"   -DinteractiveMode=false 

Details about maven archetype ljug-quickstart-archetype

GroupId

GroupId

net.cofares.ljug
ArtifactId

ArtifactId

ljug-quickstart-archetype
Version

Version

1.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=net.cofares.ljug -DarchetypeArtifactId=ljug-quickstart-archetype -DarchetypeVersion=1.0 -DinteractiveMode=false