2014-07-21 15:46:54 -05:00
|
|
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Zach Brown <1254957+zachbr@users.noreply.github.com>
|
2017-08-03 16:36:06 +02:00
|
|
|
Date: Tue, 1 Mar 2016 00:16:08 +0100
|
2014-07-21 15:46:54 -05:00
|
|
|
Subject: [PATCH] POM changes
|
|
|
|
|
|
|
|
|
|
|
|
diff --git a/pom.xml b/pom.xml
|
2018-09-22 12:58:09 -04:00
|
|
|
index 117a7f8c..2a5846a1 100644
|
2014-07-21 15:46:54 -05:00
|
|
|
--- a/pom.xml
|
|
|
|
+++ b/pom.xml
|
|
|
|
@@ -0,0 +0,0 @@
|
2017-08-05 23:36:47 +01:00
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
2015-01-11 01:10:11 -06:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
2017-08-05 23:36:47 +01:00
|
|
|
- <groupId>org.spigotmc</groupId>
|
|
|
|
- <artifactId>spigot-api</artifactId>
|
|
|
|
+ <parent>
|
2016-02-29 17:09:49 -06:00
|
|
|
+ <groupId>com.destroystokyo.paper</groupId>
|
|
|
|
+ <artifactId>paper-parent</artifactId>
|
2016-04-23 22:41:46 -04:00
|
|
|
+ <version>dev-SNAPSHOT</version>
|
2017-08-05 23:36:47 +01:00
|
|
|
+ </parent>
|
|
|
|
+
|
2016-02-29 17:09:49 -06:00
|
|
|
+ <artifactId>paper-api</artifactId>
|
2018-08-26 14:11:49 -04:00
|
|
|
<version>1.13.1-R0.1-SNAPSHOT</version>
|
2015-01-06 22:13:40 -06:00
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
2014-07-21 15:46:54 -05:00
|
|
|
- <name>Spigot-API</name>
|
2017-08-05 23:36:47 +01:00
|
|
|
- <url>https://www.spigotmc.org/</url>
|
2016-02-29 17:09:49 -06:00
|
|
|
+ <name>Paper-API</name>
|
2016-09-04 06:26:05 +00:00
|
|
|
+ <url>https://github.com/PaperMC/Paper</url>
|
2015-01-06 22:13:40 -06:00
|
|
|
<description>An enhanced plugin API for Minecraft servers.</description>
|
2014-07-21 15:46:54 -05:00
|
|
|
|
|
|
|
<properties>
|
2018-07-14 21:53:17 -04:00
|
|
|
- <maven.compiler.source>1.7</maven.compiler.source>
|
|
|
|
- <maven.compiler.target>1.7</maven.compiler.target>
|
|
|
|
+ <!-- Paper - #Logic -->
|
|
|
|
+ <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-01-29 02:51:53 -06:00
|
|
|
|
2018-09-22 12:58:09 -04:00
|
|
|
- <distributionManagement>
|
|
|
|
- <repository>
|
2016-02-21 04:12:03 -06:00
|
|
|
- <id>spigotmc-releases</id>
|
|
|
|
- <url>https://hub.spigotmc.org/nexus/content/repositories/releases/</url>
|
2018-09-22 12:58:09 -04:00
|
|
|
- </repository>
|
|
|
|
- <snapshotRepository>
|
2016-02-21 04:12:03 -06:00
|
|
|
- <id>spigotmc-snapshots</id>
|
|
|
|
- <url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
2018-09-22 12:58:09 -04:00
|
|
|
- </snapshotRepository>
|
|
|
|
- </distributionManagement>
|
|
|
|
-
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
2018-07-13 21:44:35 -04:00
|
|
|
<id>spigotmc-public</id>
|
|
|
|
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
|
|
|
|
</repository>
|
2017-08-03 16:36:06 +02:00
|
|
|
+ <repository>
|
2016-06-23 00:32:41 -05:00
|
|
|
+ <id>sonatype</id>
|
|
|
|
+ <url>https://oss.sonatype.org/content/groups/public/</url>
|
|
|
|
+ </repository>
|
2018-07-13 21:44:35 -04:00
|
|
|
</repositories>
|
|
|
|
|
|
|
|
<pluginRepositories>
|
2016-09-16 14:38:52 -05:00
|
|
|
@@ -0,0 +0,0 @@
|
2017-08-07 23:05:16 -04:00
|
|
|
<version>1.1.1</version>
|
2016-09-16 14:38:52 -05:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
2016-11-03 14:28:58 -05:00
|
|
|
+ <!-- bundled with Minecraft, shouldn't ever change -->
|
2016-09-16 14:38:52 -05:00
|
|
|
+ <dependency>
|
2016-11-03 14:25:50 -05:00
|
|
|
+ <groupId>com.google.code.findbugs</groupId>
|
|
|
|
+ <artifactId>jsr305</artifactId>
|
2016-11-03 14:51:00 -05:00
|
|
|
+ <version>1.3.9</version>
|
2016-09-16 14:38:52 -05:00
|
|
|
+ <scope>compile</scope>
|
|
|
|
+ </dependency>
|
|
|
|
<!-- bundled with Minecraft, should be kept in sync -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.guava</groupId>
|
2016-03-18 02:13:51 -04:00
|
|
|
@@ -0,0 +0,0 @@
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
+ <defaultGoal>clean install</defaultGoal>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2017-09-23 13:17:20 -05:00
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<version>3.7.0</version>
|
|
|
|
- <configuration>
|
|
|
|
- <!-- we use the Eclipse compiler as it doesn't need a JDK -->
|
|
|
|
- <compilerId>eclipse</compilerId>
|
|
|
|
- </configuration>
|
|
|
|
<dependencies>
|
|
|
|
<!-- we need our custom version as it fixes some bugs on case sensitive file systems -->
|
|
|
|
<dependency>
|
2016-11-18 21:09:03 -05:00
|
|
|
@@ -0,0 +0,0 @@
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
<configuration>
|
|
|
|
+ <dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml</dependencyReducedPomLocation>
|
|
|
|
<!-- when downloading via Maven we can pull depends individually -->
|
|
|
|
<shadedArtifactAttached>true</shadedArtifactAttached>
|
|
|
|
</configuration>
|
2018-07-13 21:44:35 -04:00
|
|
|
</plugin>
|
2017-11-17 09:40:49 +00:00
|
|
|
</plugins>
|
|
|
|
</build>
|
2018-07-13 21:44:35 -04:00
|
|
|
-
|
2017-11-17 09:40:49 +00:00
|
|
|
- <profiles>
|
|
|
|
- <profile>
|
|
|
|
- <id>development</id>
|
|
|
|
- <build>
|
|
|
|
- <plugins>
|
|
|
|
- <plugin>
|
|
|
|
- <groupId>org.codehaus.mojo</groupId>
|
|
|
|
- <artifactId>animal-sniffer-maven-plugin</artifactId>
|
2018-07-14 21:53:17 -04:00
|
|
|
- <version>1.17</version>
|
2017-11-17 09:40:49 +00:00
|
|
|
- <executions>
|
|
|
|
- <execution>
|
|
|
|
- <phase>process-classes</phase>
|
|
|
|
- <goals>
|
|
|
|
- <goal>check</goal>
|
|
|
|
- </goals>
|
|
|
|
- </execution>
|
|
|
|
- </executions>
|
|
|
|
- <configuration>
|
|
|
|
- <signature>
|
|
|
|
- <groupId>org.codehaus.mojo.signature</groupId>
|
2018-07-14 21:53:17 -04:00
|
|
|
- <artifactId>java17</artifactId>
|
2018-07-13 02:39:44 -05:00
|
|
|
- <version>1.0</version>
|
2017-11-17 09:40:49 +00:00
|
|
|
- </signature>
|
|
|
|
- </configuration>
|
|
|
|
- </plugin>
|
|
|
|
- </plugins>
|
|
|
|
- </build>
|
|
|
|
- </profile>
|
|
|
|
- </profiles>
|
|
|
|
</project>
|
2015-07-27 17:26:21 -05:00
|
|
|
--
|