MVN

nl.xymion.maven.archetypes : minecraft-plugin-archetype

Maven & Gradle

Feb 03, 2020
0 stars

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

mvn archetype:generate -DarchetypeGroupId=nl.xymion.maven.archetypes -DarchetypeArtifactId=minecraft-plugin-archetype -DarchetypeVersion=0.0.2
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.xymion.maven.archetypes : minecraft-plugin-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 0.0.2

All Versions

Choose a version of nl.xymion.maven.archetypes : minecraft-plugin-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
0.0.x
minecraft-plugin-archetype-0.0.2

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=nl.xymion.maven.archetypes -DarchetypeArtifactId=minecraft-plugin-archetype -DarchetypeVersion=0.0.2

Advertisement