mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -Dversion="My-version"    -Dpackage="My-package"    -DarchetypeGroupId="io.github.oliviercailloux"    -DarchetypeArtifactId="java-archetype"    -DarchetypeVersion="0.0.10"    -DinteractiveMode=false  | License | License | 
|---|---|
| GroupId | GroupIdio.github.oliviercailloux | 
| ArtifactId | ArtifactIdjava-archetype | 
| Version | Version0.0.10 | 
| Type | Typemaven-archetype | 
| Description | DescriptionJava Archetype A maven archetype with reasonable defaults for starting Java projects. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.github.oliviercailloux -DarchetypeArtifactId=java-archetype -DarchetypeVersion=0.0.10 -DinteractiveMode=false