mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DarchetypeGroupId="ca.dsolutions"    -DarchetypeArtifactId="java"    -DarchetypeVersion="1.0"    -DinteractiveMode=false  | License | License | 
|---|---|
| GroupId | GroupIdca.dsolutions | 
| ArtifactId | ArtifactIdjava | 
| Version | Version1.0 | 
| Type | Typemaven-archetype | 
| Description | Descriptionjava Basic setup for Java projects with sound and resources folder | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=ca.dsolutions -DarchetypeArtifactId=java -DarchetypeVersion=1.0 -DinteractiveMode=false