From e25e02d154a57f70b34efb1c4e3858db77202d3d Mon Sep 17 00:00:00 2001 From: Chris Ward Date: Fri, 18 Oct 2013 22:49:03 +1100 Subject: Add Maven Support --- EssentialsChat/pom.xml | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 EssentialsChat/pom.xml (limited to 'EssentialsChat') diff --git a/EssentialsChat/pom.xml b/EssentialsChat/pom.xml new file mode 100644 index 000000000..b84845c25 --- /dev/null +++ b/EssentialsChat/pom.xml @@ -0,0 +1,51 @@ + + 4.0.0 + + + net.ess3 + EssentialsParent + 2.x-SNAPSHOT + + + EssentialsChat + + http://ess3.net/ + + + Essentials Team + http://ess3.net/ + + + + + GPLv3 + http://www.gnu.org/copyleft/gpl.html + + + + + scm:git:https://github.com/essentials/Essentials.git + scm:git:https://github.com/essentials/Essentials.git + https://github.com/essentials/Essentials + + + + JIRA + http://essentials3.atlassian.net + + + + TeamCity + http://ci.ess3.net/ + + + + + net.ess3 + Essentials + ${project.version} + + + \ No newline at end of file -- cgit v1.2.3