Create Java project with Maven archetype jnuit-archetype

Create a full featured game project: lwjgl for rendering, jnuit for GUI, artemis for Entity System, guice for dependency injection, maven plugins for installer/package generators for Windows, Debian, Fedora and other OS, support of Keyboard/Mouse/Gamepad inputs settings...

Create a Java Project by archetype jnuit-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="im.bci"   -DarchetypeArtifactId="jnuit-archetype"   -DarchetypeVersion="0.13"   -DinteractiveMode=false 

Generated Project modules

  • ${rootArtifactId}-game
  • ${rootArtifactId}-game-graph-generator
  • ${rootArtifactId}-deb
  • ${rootArtifactId}-installer
  • ${rootArtifactId}-win
  • ${rootArtifactId}-rpm32
  • ${rootArtifactId}-rpm64

Details about maven archetype jnuit-archetype

License

License

MIT
GroupId

GroupId

im.bci
ArtifactId

ArtifactId

jnuit-archetype
Version

Version

0.13
Type

Type

maven-archetype
Description

Description

jnuit-archetype
Create a full featured game project: lwjgl for rendering, jnuit for GUI, artemis for Entity System, guice for dependency injection, maven plugins for installer/package generators for Windows, Debian, Fedora and other OS, support of Keyboard/Mouse/Gamepad inputs settings...
Project URL

Project URL

http://git.bci.im/jnuit

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=im.bci -DarchetypeArtifactId=jnuit-archetype -DarchetypeVersion=0.13 -DinteractiveMode=false

Dependencies

test (1)

Group / Artifact Type Version
im.bci : jnuit-lwjgl-utils jar 0.13

Project Modules

There are no modules declared in this project.