Skip to content

Commit 223465b

Browse files
committed
Add an upload-only pom file for GroupManager
1 parent 9e8f570 commit 223465b

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

groupmanager-pom.xml

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4+
<modelVersion>4.0.0</modelVersion>
5+
6+
<parent>
7+
<groupId>net.ess3</groupId>
8+
<artifactId>EssentialsParent</artifactId>
9+
<version>2.x-SNAPSHOT</version>
10+
</parent>
11+
12+
<artifactId>EssentialsGroupManager</artifactId>
13+
14+
<url>http://ess3.net/</url>
15+
16+
<organization>
17+
<name>Essentials Team</name>
18+
<url>http://ess3.net/</url>
19+
</organization>
20+
21+
<licenses>
22+
<license>
23+
<name>GPLv3</name>
24+
<url>http://www.gnu.org/copyleft/gpl.html</url>
25+
</license>
26+
</licenses>
27+
28+
<scm>
29+
<connection>scm:git:https://github.com/essentials/Essentials.git</connection>
30+
<developerConnection>scm:git:https://github.com/essentials/Essentials.git</developerConnection>
31+
<url>https://github.com/essentials/Essentials</url>
32+
</scm>
33+
34+
<issueManagement>
35+
<system>JIRA</system>
36+
<url>http://essentials3.atlassian.net</url>
37+
</issueManagement>
38+
39+
<ciManagement>
40+
<system>TeamCity</system>
41+
<url>http://ci.ess3.net/</url>
42+
</ciManagement>
43+
</project>

0 commit comments

Comments
 (0)