Create Java project with Maven archetype robovm-templates-console

The RoboVM compiler translates Java bytecode into native ARM or x86 code. Apps run directly on the CPU. No interpreter or virtual machine involved.

Create a Java Project by archetype robovm-templates-console 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-console"   -DarchetypeVersion="2.3.16"   -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-console

License

License

GroupId

GroupId

com.mobidevelop.robovm
ArtifactId

ArtifactId

robovm-templates-console
Version

Version

2.3.16
Type

Type

maven-archetype
Description

Description

console-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

com.mobidevelop.robovm

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.