Skip to content

Commit aa602e6

Browse files
authored
Merge pull request #4 from TownyAdvanced/fix/compile_add_distribution
Fix up pom so that it can deploy, and extra information for deploying to glare repo.
2 parents 7c1122a + bec44d4 commit aa602e6

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

pom.xml

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,35 @@
44
<artifactId>CommentedConfiguration</artifactId>
55
<version>1.0.0-SNAPSHOT</version>
66
<description>YAML Configuration for Bukkit with support for comments.</description>
7-
7+
8+
<licenses>
9+
<license>
10+
<name>CC BY-NC-ND 3.0</name>
11+
<url>http://creativecommons.org/licenses/by-nc-nd/3.0/</url>
12+
<comments>Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported</comments>
13+
<distribution>repo</distribution>
14+
</license>
15+
</licenses>
16+
17+
<organization>
18+
<name>TownyAdvanced</name>
19+
<url>https://github.com/TownyAdvanced</url>
20+
</organization>
21+
822
<properties>
923
<java.version>1.8</java.version>
1024
<project.bukkitAPIVersion>1.14</project.bukkitAPIVersion>
1125
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1226
</properties>
1327

28+
<distributionManagement>
29+
<repository>
30+
<id>nexus</id>
31+
<name>Glare Repo</name>
32+
<url>https://repo.glaremasters.me/repository/towny/</url>
33+
</repository>
34+
</distributionManagement>
35+
1436
<repositories>
1537
<repository>
1638
<id>spigot-repo</id>
@@ -97,6 +119,14 @@
97119
<version>5.9.2</version>
98120
<scope>test</scope>
99121
</dependency>
122+
<!-- https://mvnrepository.com/artifact/org.junit.platform/junit-platform-launcher -->
123+
<dependency>
124+
<groupId>org.junit.platform</groupId>
125+
<artifactId>junit-platform-launcher</artifactId>
126+
<version>1.9.2</version>
127+
<scope>test</scope>
128+
</dependency>
129+
100130
<dependency>
101131
<groupId>commons-io</groupId>
102132
<artifactId>commons-io</artifactId>

0 commit comments

Comments
 (0)