diff --git a/pom.xml b/pom.xml new file mode 100644 index 00000000..939475be --- /dev/null +++ b/pom.xml @@ -0,0 +1,61 @@ + + 4.0.0 + com.comphenix.protocol + ProtocolLib-Parent + 3 + ProtocolLib-Parent + + + ProtocolLib + Modules/ProtocolLib-ShadedNetty + + + Provides read/write access to the Minecraft protocol. + http://www.spigotmc.org/resources/protocollib.1997/ + pom + + + + dmulloy2-releases + http://repo.dmulloy2.net/content/repositories/releases/ + + + dmulloy2-snapshots + http://repo.dmulloy2.net/content/repositories/snapshots/ + + + + + + spigot-repo + https://hub.spigotmc.org/nexus/content/groups/public/ + + + dmulloy2-repo + http://repo.dmulloy2.net/content/groups/public/ + + + md_5-repo + http://repo.md-5.net/content/groups/public/ + + + + + clean package install + ${project.name} + src/main/java + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + + \ No newline at end of file