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="kfs-archetype"    -DarchetypeVersion="2.0.3"    -DinteractiveMode=false  | License | License | 
|---|---|
| GroupId | GroupIdorg.kualigan.maven.archetypes | 
| ArtifactId | ArtifactIdkfs-archetype | 
| Version | Version2.0.3 | 
| Type | Typemaven-archetype | 
| Description | DescriptionKFS 5.x Archetype A collection of maven plugins | 
| Project URL | Project URL | 
| Project Organization | Project OrganizationKualigan | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.kualigan.maven.archetypes -DarchetypeArtifactId=kfs-archetype -DarchetypeVersion=2.0.3 -DinteractiveMode=false