From 17435707e65a957a9953e8b1713945b66978b85d Mon Sep 17 00:00:00 2001 From: Frank Baumann Date: Mon, 26 Aug 2013 16:47:09 +0200 Subject: [PATCH] Added Maven support --- .gitignore | 5 ++++- pom.xml | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+), 1 deletion(-) create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore index 050b821..23cfeb5 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,7 @@ /*.jardesc # Mac filesystem dust -.DS_Store \ No newline at end of file +.DS_Store + +# maven +/target \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..f02ede9 --- /dev/null +++ b/pom.xml @@ -0,0 +1,66 @@ + + 4.0.0 + + com.dre + brewery + 0.0.1-SNAPSHOT + Brewery + + + src + + + + + false + ${project.basedir} + + **/*.yml + + + + + + + maven-compiler-plugin + 3.1 + + 1.7 + 1.7 + + + + + + + + spout-repo + http://nexus.spout.org/content/groups/public/ + + true + always + + + + + milkbowl-repo + http://ci.herocraftonline.com/plugin/repository/everything + + + + + + + org.spout + craftbukkit + 1.6.2-R0.2-SNAPSHOT + provided + + + + net.milkbowl.vault + Vault + 1.2.16-SNAPSHOT + + + \ No newline at end of file