Create Java project with Maven archetype lwjgl-archetype

A simple archetype for generating LWJGL projects quickly

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="io.paulbaker.archetypes"   -DarchetypeArtifactId="lwjgl-archetype"   -DarchetypeVersion="1.1"   -DinteractiveMode=false 

Details about maven archetype lwjgl-archetype

GroupId

GroupId

io.paulbaker.archetypes
ArtifactId

ArtifactId

lwjgl-archetype
Version

Version

1.1
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.paulbaker.archetypes -DarchetypeArtifactId=lwjgl-archetype -DarchetypeVersion=1.1 -DinteractiveMode=false