File tree Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Original file line number Diff line number Diff line change 4
4
<artifactId >CommentedConfiguration</artifactId >
5
5
<version >1.0.0-SNAPSHOT</version >
6
6
<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
+
8
22
<properties >
9
23
<java .version>1.8</java .version>
10
24
<project .bukkitAPIVersion>1.14</project .bukkitAPIVersion>
11
25
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
12
26
</properties >
13
27
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
+
14
36
<repositories >
15
37
<repository >
16
38
<id >spigot-repo</id >
97
119
<version >5.9.2</version >
98
120
<scope >test</scope >
99
121
</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
+
100
130
<dependency >
101
131
<groupId >commons-io</groupId >
102
132
<artifactId >commons-io</artifactId >
You can’t perform that action at this time.
0 commit comments