mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DkfsPrototypeGroupId="My-kfsPrototypeGroupId"    -DkfsPrototypeArtifactId="My-kfsPrototypeArtifactId"    -DkfsPrototypeVersion="My-kfsPrototypeVersion"    -DarchetypeGroupId="org.kualigan.maven.archetypes"    -DarchetypeArtifactId="kfs3-archetype"    -DarchetypeVersion="1.1.12"    -DinteractiveMode=false  | GroupId | GroupIdorg.kualigan.maven.archetypes | 
|---|---|
| ArtifactId | ArtifactIdkfs3-archetype | 
| Version | Version1.1.12 | 
| Type | Typemaven-archetype | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.kualigan.maven.archetypes -DarchetypeArtifactId=kfs3-archetype -DarchetypeVersion=1.1.12 -DinteractiveMode=false