mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DarchetypeGroupId="net.cofares.ljug"    -DarchetypeArtifactId="ljug-quickstart-archetype"    -DarchetypeVersion="1.2"    -DinteractiveMode=false  | License | License | 
|---|---|
| GroupId | GroupIdnet.cofares.ljug | 
| ArtifactId | ArtifactIdljug-quickstart-archetype | 
| Version | Version1.2 | 
| Type | Typemaven-archetype | 
| Description | Descriptionljug-quickstart-archetype The maven quickstart archetype adapted for the error with surfire | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=net.cofares.ljug -DarchetypeArtifactId=ljug-quickstart-archetype -DarchetypeVersion=1.2 -DinteractiveMode=false