From 1b567538b7848f09a10deeed033228995f23eb7f Mon Sep 17 00:00:00 2001 From: alisolarflare Date: Sat, 22 Oct 2016 15:22:02 -0400 Subject: [PATCH] I copied the pom.xml and gitignore Norbi --- .gitignore | 2 +- pom.xml | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+), 1 deletion(-) create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore index a031ac2..f8a6805 100644 --- a/.gitignore +++ b/.gitignore @@ -4,10 +4,10 @@ .mtj.tmp/ # Package Files # -*.jar *.war *.ear # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* /bin/ +/target/ diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..b788546 --- /dev/null +++ b/pom.xml @@ -0,0 +1,67 @@ + + 4.0.0 + com.github.tbmcplugins + AliPresents + 0.0.1-SNAPSHOT + AliPresents + A bucket of aaall the stuff Ali makes. It's a bit smelly. + + src + + + src + + **/*.java + + + + . + + *.yml + + + + + + maven-compiler-plugin + 3.3 + + 1.8 + 1.8 + + + + + + UTF-8 + + + + + spigot-repo + https://hub.spigotmc.org/nexus/content/repositories/snapshots/ + + + jcenter + http://jcenter.bintray.com + + + jitpack.io + https://jitpack.io + + + + + + org.spigotmc + spigot-api + 1.9.2-R0.1-SNAPSHOT + + + + org.apache.commons + commons-lang3 + 3.4 + + +