mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DgroupId="My-groupId"    -Dpackage="My-package"    -DartifactId="My-artifactId"    -Dversion="My-version"    -DmainClass="My-mainClass"    -DappName="My-appName"    -DarchetypeGroupId="com.mobidevelop.robovm"    -DarchetypeArtifactId="robovm-templates-ios-single-view-no-ib"    -DarchetypeVersion="2.3.16"    -DinteractiveMode=false  | License | License | 
|---|---|
| GroupId | GroupIdcom.mobidevelop.robovm | 
| ArtifactId | ArtifactIdrobovm-templates-ios-single-view-no-ib | 
| Version | Version2.3.16 | 
| Type | Typemaven-archetype | 
| Description | Descriptionios-single-view-no-ib-template The RoboVM compiler translates Java bytecode into native ARM or x86 code. Apps run directly on the CPU. No
        interpreter or virtual machine involved. | 
| Project Organization | Project Organization | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.mobidevelop.robovm -DarchetypeArtifactId=robovm-templates-ios-single-view-no-ib -DarchetypeVersion=2.3.16 -DinteractiveMode=false