diff options
author | Chris Ward <chris@chrisgward.com> | 2014-01-06 10:03:22 +1100 |
---|---|---|
committer | Chris Ward <chris@chrisgward.com> | 2014-01-06 10:03:22 +1100 |
commit | 3b0e86ae6751f694c4e6f6e293191a5a1342b886 (patch) | |
tree | 7757fb9f903a2692fe81331ff85558c84b49a3dc | |
parent | 3fecd3138d6d0aa3fc9bcfce8ed72ee6c8877935 (diff) | |
download | Essentials-3b0e86ae6751f694c4e6f6e293191a5a1342b886.tar Essentials-3b0e86ae6751f694c4e6f6e293191a5a1342b886.tar.gz Essentials-3b0e86ae6751f694c4e6f6e293191a5a1342b886.tar.lz Essentials-3b0e86ae6751f694c4e6f6e293191a5a1342b886.tar.xz Essentials-3b0e86ae6751f694c4e6f6e293191a5a1342b886.zip |
Add an upload-only pom file for GroupManager
-rw-r--r-- | groupmanager-pom.xml | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/groupmanager-pom.xml b/groupmanager-pom.xml new file mode 100644 index 000000000..c8ae5a930 --- /dev/null +++ b/groupmanager-pom.xml @@ -0,0 +1,43 @@ +<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>EssentialsGroupManager</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> +</project>
\ No newline at end of file |