Create Java project with Maven archetype robovm-templates-ios-framework


Create a Java Project by archetype robovm-templates-ios-framework with Command Line:

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-framework"   -DarchetypeVersion="2.3.5"   -DinteractiveMode=false 

Required parameters for generate java project:

groupId
validationRegex: none
package
validationRegex: none
artifactId
validationRegex: none
version
validationRegex: none
mainClass
validationRegex: none
appName
validationRegex: none

Details about maven archetype robovm-templates-ios-framework

GroupId

GroupId

com.mobidevelop.robovm
ArtifactId

ArtifactId

robovm-templates-ios-framework
Version

Version

2.3.5
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.mobidevelop.robovm -DarchetypeArtifactId=robovm-templates-ios-framework -DarchetypeVersion=2.3.5 -DinteractiveMode=false