Create Java project with Maven archetype robovm-templates-tvos-single-view-no-ib

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Create a Java Project by archetype robovm-templates-tvos-single-view-no-ib 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="org.robovm"   -DarchetypeArtifactId="robovm-templates-tvos-single-view-no-ib"   -DarchetypeVersion="1.14.0"   -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-tvos-single-view-no-ib

License

License

GroupId

GroupId

org.robovm
ArtifactId

ArtifactId

robovm-templates-tvos-single-view-no-ib
Version

Version

1.14.0
Type

Type

maven-archetype
Description

Description

tvos-single-view-no-ib-template
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Project Organization

Project Organization

RoboVM AB

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.robovm -DarchetypeArtifactId=robovm-templates-tvos-single-view-no-ib -DarchetypeVersion=1.14.0 -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.