2016-12-21 18:21:40 +01:00
|
|
|
From e9476e0764a94d5000a6add8386864f4fe8d8b88 Mon Sep 17 00:00:00 2001
|
2016-03-01 00:09:49 +01:00
|
|
|
From: Zach Brown <zach.brown@destroystokyo.com>
|
|
|
|
Date: Mon, 29 Feb 2016 17:16:08 -0600
|
2014-07-21 22:46:54 +02:00
|
|
|
Subject: [PATCH] POM changes
|
|
|
|
|
|
|
|
|
|
|
|
diff --git a/pom.xml b/pom.xml
|
2016-12-21 18:21:40 +01:00
|
|
|
index 28d2a57..0b6fd28 100644
|
2014-07-21 22:46:54 +02:00
|
|
|
--- a/pom.xml
|
|
|
|
+++ b/pom.xml
|
2016-02-21 11:12:03 +01:00
|
|
|
@@ -4,35 +4,37 @@
|
2015-01-11 08:10:11 +01:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<parent>
|
2016-04-24 04:41:46 +02:00
|
|
|
- <groupId>org.sonatype.oss</groupId>
|
|
|
|
- <artifactId>oss-parent</artifactId>
|
|
|
|
- <version>9</version>
|
2016-03-01 00:09:49 +01:00
|
|
|
+ <groupId>com.destroystokyo.paper</groupId>
|
|
|
|
+ <artifactId>paper-parent</artifactId>
|
2016-04-24 04:41:46 +02:00
|
|
|
+ <version>dev-SNAPSHOT</version>
|
2015-01-07 05:13:40 +01:00
|
|
|
</parent>
|
|
|
|
|
2014-07-21 22:46:54 +02:00
|
|
|
- <groupId>org.spigotmc</groupId>
|
|
|
|
- <artifactId>spigot-api</artifactId>
|
2016-03-01 00:09:49 +01:00
|
|
|
+ <groupId>com.destroystokyo.paper</groupId>
|
|
|
|
+ <artifactId>paper-api</artifactId>
|
2016-12-21 18:21:40 +01:00
|
|
|
<version>1.11.2-R0.1-SNAPSHOT</version>
|
2015-01-07 05:13:40 +01:00
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
2014-07-21 22:46:54 +02:00
|
|
|
- <name>Spigot-API</name>
|
2015-01-07 05:13:40 +01:00
|
|
|
- <url>http://www.spigotmc.org/</url>
|
2016-03-01 00:09:49 +01:00
|
|
|
+ <name>Paper-API</name>
|
2016-09-04 08:26:05 +02:00
|
|
|
+ <url>https://github.com/PaperMC/Paper</url>
|
2015-01-07 05:13:40 +01:00
|
|
|
<description>An enhanced plugin API for Minecraft servers.</description>
|
2014-07-21 22:46:54 +02:00
|
|
|
|
|
|
|
<properties>
|
2016-01-29 09:51:53 +01:00
|
|
|
- <maven.compiler.source>1.6</maven.compiler.source>
|
|
|
|
- <maven.compiler.target>1.6</maven.compiler.target>
|
2016-06-23 07:32:41 +02:00
|
|
|
+ <!-- Paper - Bump to 1.8 - This will haunt me -->
|
2016-01-29 09:51:53 +01:00
|
|
|
+ <additionalparam>-Xdoclint:none</additionalparam>
|
|
|
|
+ <maven.compiler.source>1.8</maven.compiler.source>
|
|
|
|
+ <maven.compiler.target>1.8</maven.compiler.target>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
</properties>
|
|
|
|
|
2016-02-21 11:12:03 +01:00
|
|
|
<!-- just until we get deployment to central approved -->
|
|
|
|
<distributionManagement>
|
|
|
|
<repository>
|
|
|
|
- <id>spigotmc-releases</id>
|
|
|
|
- <url>https://hub.spigotmc.org/nexus/content/repositories/releases/</url>
|
|
|
|
+ <id>destroystokyo-releases</id>
|
2016-08-06 23:49:55 +02:00
|
|
|
+ <url>https://repo.destroystokyo.com/repository/maven-releases/</url>
|
2016-02-21 11:12:03 +01:00
|
|
|
</repository>
|
|
|
|
<snapshotRepository>
|
|
|
|
- <id>spigotmc-snapshots</id>
|
|
|
|
- <url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
|
|
|
+ <id>destroystokyo-snapshots</id>
|
2016-08-06 23:49:55 +02:00
|
|
|
+ <url>https://repo.destroystokyo.com/repository/maven-snapshots/</url>
|
2016-02-21 11:12:03 +01:00
|
|
|
</snapshotRepository>
|
|
|
|
</distributionManagement>
|
|
|
|
|
2016-06-23 07:32:41 +02:00
|
|
|
@@ -44,6 +46,13 @@
|
|
|
|
</pluginRepository>
|
|
|
|
</pluginRepositories>
|
|
|
|
|
|
|
|
+ <repositories>
|
|
|
|
+ <repository>
|
|
|
|
+ <id>sonatype</id>
|
|
|
|
+ <url>https://oss.sonatype.org/content/groups/public/</url>
|
|
|
|
+ </repository>
|
|
|
|
+ </repositories>
|
|
|
|
+
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-lang</groupId>
|
2016-09-16 21:38:52 +02:00
|
|
|
@@ -58,6 +67,13 @@
|
|
|
|
<type>jar</type>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
2016-11-03 20:28:58 +01:00
|
|
|
+ <!-- bundled with Minecraft, shouldn't ever change -->
|
2016-09-16 21:38:52 +02:00
|
|
|
+ <dependency>
|
2016-11-03 20:25:50 +01:00
|
|
|
+ <groupId>com.google.code.findbugs</groupId>
|
|
|
|
+ <artifactId>jsr305</artifactId>
|
2016-11-03 20:51:00 +01:00
|
|
|
+ <version>1.3.9</version>
|
2016-09-16 21:38:52 +02:00
|
|
|
+ <scope>compile</scope>
|
|
|
|
+ </dependency>
|
|
|
|
<!-- bundled with Minecraft, should be kept in sync -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.guava</groupId>
|
2016-11-19 05:58:56 +01:00
|
|
|
@@ -108,6 +124,7 @@
|
2016-03-18 07:13:51 +01:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
+ <defaultGoal>clean install</defaultGoal>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2016-11-19 05:58:56 +01:00
|
|
|
@@ -130,26 +147,6 @@
|
2016-01-29 09:51:53 +01:00
|
|
|
</dependencies>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
- <groupId>org.codehaus.mojo</groupId>
|
|
|
|
- <artifactId>animal-sniffer-maven-plugin</artifactId>
|
2016-11-17 03:23:38 +01:00
|
|
|
- <version>1.15</version>
|
2016-01-29 09:51:53 +01:00
|
|
|
- <executions>
|
|
|
|
- <execution>
|
|
|
|
- <phase>process-classes</phase>
|
|
|
|
- <goals>
|
|
|
|
- <goal>check</goal>
|
|
|
|
- </goals>
|
|
|
|
- </execution>
|
|
|
|
- </executions>
|
|
|
|
- <configuration>
|
|
|
|
- <signature>
|
|
|
|
- <groupId>org.codehaus.mojo.signature</groupId>
|
|
|
|
- <artifactId>java16</artifactId>
|
|
|
|
- <version>1.1</version>
|
|
|
|
- </signature>
|
|
|
|
- </configuration>
|
|
|
|
- </plugin>
|
|
|
|
- <plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-shade-plugin</artifactId>
|
2016-11-17 03:23:38 +01:00
|
|
|
<version>2.4.3</version>
|
2016-11-19 05:58:56 +01:00
|
|
|
@@ -162,8 +159,7 @@
|
2016-11-19 03:09:03 +01:00
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
<configuration>
|
|
|
|
- <!-- utterly useless artifact from shade 2.x -->
|
|
|
|
- <createDependencyReducedPom>false</createDependencyReducedPom>
|
|
|
|
+ <dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml</dependencyReducedPomLocation>
|
|
|
|
<!-- when downloading via Maven we can pull depends individually -->
|
|
|
|
<shadedArtifactAttached>true</shadedArtifactAttached>
|
|
|
|
</configuration>
|
2014-07-21 22:46:54 +02:00
|
|
|
--
|
2016-12-20 23:34:27 +01:00
|
|
|
2.9.3
|
2014-07-21 22:46:54 +02:00
|
|
|
|