summaryrefslogtreecommitdiffstats
path: root/EssentialsProtect
diff options
context:
space:
mode:
authorChris Ward <chris@chrisgward.com>2013-10-18 22:49:03 +1100
committerKHobbits <rob@khobbits.co.uk>2013-10-19 12:19:39 +0100
commitd84fb870bf45e4fddee9f429d8c0d780dc44abb4 (patch)
treee55594e4581364ab573f0e0d95f444b9e852edd6 /EssentialsProtect
parentce3a90b617ede8c00719f5c2e4439b4b0947079e (diff)
downloadEssentials-d84fb870bf45e4fddee9f429d8c0d780dc44abb4.tar
Essentials-d84fb870bf45e4fddee9f429d8c0d780dc44abb4.tar.gz
Essentials-d84fb870bf45e4fddee9f429d8c0d780dc44abb4.tar.lz
Essentials-d84fb870bf45e4fddee9f429d8c0d780dc44abb4.tar.xz
Essentials-d84fb870bf45e4fddee9f429d8c0d780dc44abb4.zip
Add Maven Support
Diffstat (limited to 'EssentialsProtect')
-rw-r--r--EssentialsProtect/pom.xml51
1 files changed, 51 insertions, 0 deletions
diff --git a/EssentialsProtect/pom.xml b/EssentialsProtect/pom.xml
new file mode 100644
index 000000000..6434509fb
--- /dev/null
+++ b/EssentialsProtect/pom.xml
@@ -0,0 +1,51 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>net.ess3</groupId>
+ <artifactId>EssentialsParent</artifactId>
+ <version>2.x-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>EssentialsProtect</artifactId>
+
+ <url>http://ess3.net/</url>
+
+ <organization>
+ <name>Essentials Team</name>
+ <url>http://ess3.net/</url>
+ </organization>
+
+ <licenses>
+ <license>
+ <name>GPLv3</name>
+ <url>http://www.gnu.org/copyleft/gpl.html</url>
+ </license>
+ </licenses>
+
+ <scm>
+ <connection>scm:git:https://github.com/essentials/Essentials.git</connection>
+ <developerConnection>scm:git:https://github.com/essentials/Essentials.git</developerConnection>
+ <url>https://github.com/essentials/Essentials</url>
+ </scm>
+
+ <issueManagement>
+ <system>JIRA</system>
+ <url>http://essentials3.atlassian.net</url>
+ </issueManagement>
+
+ <ciManagement>
+ <system>TeamCity</system>
+ <url>http://ci.ess3.net/</url>
+ </ciManagement>
+
+ <dependencies>
+ <dependency>
+ <groupId>net.ess3</groupId>
+ <artifactId>Essentials</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ </dependencies>
+</project> \ No newline at end of file