Create Java project with Maven archetype bugvm-libgdx-template

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

Create a Java Project by archetype bugvm-libgdx-template 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.bugvm"   -DarchetypeArtifactId="bugvm-libgdx-template"   -DarchetypeVersion="1.0.9"   -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 bugvm-libgdx-template

License

License

GroupId

GroupId

com.bugvm
ArtifactId

ArtifactId

bugvm-libgdx-template
Version

Version

1.0.9
Type

Type

maven-archetype
Description

Description

BugVM libgdx-template
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Project URL

Project URL

http://bugvm.com/bugvm-libgdx-template
Project Organization

Project Organization

BugVM

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.bugvm -DarchetypeArtifactId=bugvm-libgdx-template -DarchetypeVersion=1.0.9 -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.