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