Skip to content

Commit be0570f

Browse files
committed
cleanup pom.xml and reduce noise in build
1 parent 9d5566a commit be0570f

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

pom.xml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,15 @@
7676
</resource>
7777
</resources>
7878
<plugins>
79+
<plugin>
80+
<groupId>org.apache.maven.plugins</groupId>
81+
<artifactId>maven-resources-plugin</artifactId>
82+
<version>3.3.1</version>
83+
<configuration>
84+
<encoding>UTF-8</encoding>
85+
<propertiesEncoding>UTF-8</propertiesEncoding>
86+
</configuration>
87+
</plugin>
7988
<plugin>
8089
<artifactId>maven-surefire-plugin</artifactId>
8190
<version>3.2.5</version>
@@ -259,10 +268,6 @@
259268
<id>placeholderapi</id>
260269
<url>https://repo.extendedclip.com/content/repositories/placeholderapi/</url>
261270
</repository>
262-
<repository>
263-
<id>devmart-other</id>
264-
<url>https://nexuslite.gcnt.net/repos/other/</url>
265-
</repository>
266271
<!-- MockBukkit -->
267272
<repository>
268273
<id>papermc</id>
@@ -284,7 +289,7 @@
284289
<dependency>
285290
<groupId>com.comphenix.protocol</groupId>
286291
<artifactId>ProtocolLib</artifactId>
287-
<version>LATEST</version>
292+
<version>5.3.0</version>
288293
<scope>compile</scope>
289294
</dependency>
290295
<dependency>

0 commit comments

Comments
 (0)