mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DarchetypeGroupId="org.telosys.starterkits"    -DarchetypeArtifactId="struts-jpa-starterkit"    -DarchetypeVersion="1.0.1"    -DinteractiveMode=false  | License | License | 
|---|---|
| GroupId | GroupIdorg.telosys.starterkits | 
| ArtifactId | ArtifactIdstruts-jpa-starterkit | 
| Version | Version1.0.1 | 
| Type | Typemaven-archetype | 
| Description | Descriptionstruts jpa starterkit archetype for starter Kit Struts | 
| Project URL | Project URL | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.telosys.starterkits -DarchetypeArtifactId=struts-jpa-starterkit -DarchetypeVersion=1.0.1 -DinteractiveMode=false