mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DterasolunaPlusVersion="My-terasolunaPlusVersion"    -DapplicationName="My-applicationName"    -DappShortId="My-appShortId"    -DbusinessShortId="My-businessShortId"    -DarchetypeGroupId="cloud.altemista.fwk.archetype"    -DarchetypeArtifactId="cloud-altemistafwk-core-swagger-web-archetype"    -DarchetypeVersion="3.1.0.RELEASE"    -DinteractiveMode=false  
            | License | 
                License | 
        
|---|---|
| GroupId | GroupIdcloud.altemista.fwk.archetype | 
    
| ArtifactId | ArtifactIdcloud-altemistafwk-core-swagger-web-archetype | 
    
| Version | Version3.1.0.RELEASE | 
        
| Type | Typemaven-archetype | 
    
| Description | 
            Descriptioncloud-altemistafwk Spring swagger partial archetype 
            Recommended maven plugin versions for building both ACF framework and ACF projects. 
         | 
    
| Project Organization | 
                    Project Organization | 
            
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=cloud.altemista.fwk.archetype -DarchetypeArtifactId=cloud-altemistafwk-core-swagger-web-archetype -DarchetypeVersion=3.1.0.RELEASE -DinteractiveMode=false