Create Java project with Maven archetype minecraft-plugin-archetype

A simple archetype for creating Minecraft plugins. This archetype creates dynamic content.

Create a Java Project by archetype minecraft-plugin-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="nl.xymion.maven.archetypes"   -DarchetypeArtifactId="minecraft-plugin-archetype"   -DarchetypeVersion="0.0.2"   -DinteractiveMode=false 

Details about maven archetype minecraft-plugin-archetype

License

License

GroupId

GroupId

nl.xymion.maven.archetypes
ArtifactId

ArtifactId

minecraft-plugin-archetype
Version

Version

0.0.2
Type

Type

maven-archetype
Description

Description

Archetype - minecraft-plugin-archetype
A simple archetype for creating Minecraft plugins. This archetype creates dynamic content.
Project Organization

Project Organization

Franc Grootjen
Source Code Management

Source Code Management

https://github.com/tisvonkje/minecraft-plugin-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=nl.xymion.maven.archetypes -DarchetypeArtifactId=minecraft-plugin-archetype -DarchetypeVersion=0.0.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.