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.2"   -DinteractiveMode=false 

Details about maven archetype lwjgl-archetype

License

License

MIT
GroupId

GroupId

io.paulbaker.archetypes
ArtifactId

ArtifactId

lwjgl-archetype
Version

Version

1.2
Type

Type

maven-archetype
Description

Description

lwjgl-archetype
A simple archetype for generating LWJGL projects quickly
Project URL

Project URL

https://github.com/paul-nelson-baker/lwjgl-archetype
Source Code Management

Source Code Management

http://github.com/paul-nelson-baker/lwjgl-archetype/tree/master

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.paulbaker.archetypes -DarchetypeArtifactId=lwjgl-archetype -DarchetypeVersion=1.2 -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.