MVN

com.tealcube.minecraft.bukkit : bukkit-plugin-archetype

Maven & Gradle

Jun 27, 2015
0 stars

Bukkit Plugin Archetype · A Bukkit plugin archetype for Teal Cube plugins and libraries.

mvn archetype:generate -DarchetypeGroupId=com.tealcube.minecraft.bukkit -DarchetypeArtifactId=bukkit-plugin-archetype -DarchetypeVersion=0.0.6
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tealcube.minecraft.bukkit : bukkit-plugin-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 0.0.6

All Versions

Choose a version of com.tealcube.minecraft.bukkit : bukkit-plugin-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
0.0.x
bukkit-plugin-archetype-0.0.6
bukkit-plugin-archetype-0.0.5

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=com.tealcube.minecraft.bukkit -DarchetypeArtifactId=bukkit-plugin-archetype -DarchetypeVersion=0.0.6

Advertisement