Fix up maven stuff hopefully

This commit is contained in:
Zach Brown 2018-09-22 12:58:09 -04:00
parent 62aa893cdb
commit 44406d43b3
No known key found for this signature in database
GPG key ID: CC9DA35FC5450B76
5 changed files with 30 additions and 33 deletions

View file

@ -1,14 +1,14 @@
From 3a25a0e5c49a62778583bf33ec87e41053a1989f Mon Sep 17 00:00:00 2001
From 98238d93b1456c8bb79e0d6bb95f5773761dd861 Mon Sep 17 00:00:00 2001
From: Zach Brown <zach.brown@destroystokyo.com>
Date: Tue, 1 Mar 2016 00:16:08 +0100
Subject: [PATCH] POM changes
diff --git a/pom.xml b/pom.xml
index 117a7f8cf..03894ccf3 100644
index 117a7f8c..2a5846a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,29 +3,35 @@
@@ -3,37 +3,36 @@
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>
@ -39,22 +39,19 @@ index 117a7f8cf..03894ccf3 100644
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<distributionManagement>
<repository>
- <distributionManagement>
- <repository>
- <id>spigotmc-releases</id>
- <url>https://hub.spigotmc.org/nexus/content/repositories/releases/</url>
+ <id>destroystokyo-releases</id>
+ <url>https://destroystokyo.com/repo/repository/maven-releases/</url>
</repository>
<snapshotRepository>
- </repository>
- <snapshotRepository>
- <id>spigotmc-snapshots</id>
- <url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
+ <id>destroystokyo-snapshots</id>
+ <url>https://destroystokyo.com/repo/repository/maven-snapshots/</url>
</snapshotRepository>
</distributionManagement>
@@ -34,6 +40,10 @@
- </snapshotRepository>
- </distributionManagement>
-
<repositories>
<repository>
<id>spigotmc-public</id>
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
</repository>
@ -65,7 +62,7 @@ index 117a7f8cf..03894ccf3 100644
</repositories>
<pluginRepositories>
@@ -56,6 +66,13 @@
@@ -56,6 +55,13 @@
<version>1.1.1</version>
<scope>compile</scope>
</dependency>
@ -79,7 +76,7 @@ index 117a7f8cf..03894ccf3 100644
<!-- bundled with Minecraft, should be kept in sync -->
<dependency>
<groupId>com.google.guava</groupId>
@@ -100,15 +117,12 @@
@@ -100,15 +106,12 @@
</dependencies>
<build>
@ -96,7 +93,7 @@ index 117a7f8cf..03894ccf3 100644
<dependencies>
<!-- we need our custom version as it fixes some bugs on case sensitive file systems -->
<dependency>
@@ -143,40 +157,11 @@
@@ -143,40 +146,11 @@
</execution>
</executions>
<configuration>
@ -139,5 +136,5 @@ index 117a7f8cf..03894ccf3 100644
- </profiles>
</project>
--
2.18.0
2.19.0