mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DterasolunaPlusVersion="My-terasolunaPlusVersion"    -DapplicationName="My-applicationName"    -DappShortId="My-appShortId"    -DbusinessShortId="My-businessShortId"    -DimageName="My-imageName"    -DarchetypeGroupId="cloud.altemista.fwk.archetype"    -DarchetypeArtifactId="cloud-altemistafwk-webapp-docker-archetype"    -DarchetypeVersion="3.0.0.RELEASE"    -DinteractiveMode=false  | GroupId | GroupIdcloud.altemista.fwk.archetype | 
|---|---|
| ArtifactId | ArtifactIdcloud-altemistafwk-webapp-docker-archetype | 
| Version | Version3.0.0.RELEASE | 
| Type | Typemaven-archetype | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=cloud.altemista.fwk.archetype -DarchetypeArtifactId=cloud-altemistafwk-webapp-docker-archetype -DarchetypeVersion=3.0.0.RELEASE -DinteractiveMode=false