diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..6485fa9 --- /dev/null +++ b/pom.xml @@ -0,0 +1,132 @@ + + 4.0.0 + + com.github.tbmcplugins + DiscordPlugin + 0.0.1-SNAPSHOT + jar + + DiscordPlugin + http://maven.apache.org + + + src/main/java + + + src + + **/*.java + + + + src/main/resources + + *.properties + *.yml + *.csv + *.txt + + true + + + DiscordPlugin + + + maven-compiler-plugin + 3.3 + + 1.8 + 1.8 + + + + org.apache.maven.plugins + maven-shade-plugin + 2.4.2 + + + package + + shade + + + + + com.github.austinv11:Discord4J + + + + + + + + + + + + + org.apache.maven.plugins + maven-resources-plugin + 3.0.1 + + + copy + compile + + copy-resources + + + target + + + resources + + + + + + + + + + + UTF-8 + + + + + spigot-repo + https://hub.spigotmc.org/nexus/content/repositories/snapshots/ + + + jcenter + http://jcenter.bintray.com + + + jitpack.io + https://jitpack.io + + + + + + junit + junit + 3.8.1 + test + + + org.spigotmc + spigot-api + 1.9.2-R0.1-SNAPSHOT + + + com.github.austinv11 + Discord4j + 2.6.0 + + + +