Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-12-16 03:20:07 +01:00
Downgrade versioning plugin, fix build
Dieser Commit ist enthalten in:
Ursprung
2cf460f29e
Commit
bf58a0d278
@ -1,11 +1,11 @@
|
|||||||
From e060c4c376a9d7a27eb43d52817182e12281cf00 Mon Sep 17 00:00:00 2001
|
From 04c8eebe965a800482f27c0b0aa00d1c9175cf01 Mon Sep 17 00:00:00 2001
|
||||||
From: Zach Brown <zach.brown@destroystokyo.com>
|
From: Zach Brown <zach.brown@destroystokyo.com>
|
||||||
Date: Thu, 19 Mar 2015 19:41:15 -0500
|
Date: Thu, 19 Mar 2015 19:41:15 -0500
|
||||||
Subject: [PATCH] POM Changes
|
Subject: [PATCH] POM Changes
|
||||||
|
|
||||||
|
|
||||||
diff --git a/pom.xml b/pom.xml
|
diff --git a/pom.xml b/pom.xml
|
||||||
index 91627ff..85dff6f 100644
|
index 91627ff..19e47f4 100644
|
||||||
--- a/pom.xml
|
--- a/pom.xml
|
||||||
+++ b/pom.xml
|
+++ b/pom.xml
|
||||||
@@ -1,12 +1,12 @@
|
@@ -1,12 +1,12 @@
|
||||||
@ -67,7 +67,7 @@ index 91627ff..85dff6f 100644
|
|||||||
</pluginRepositories>
|
</pluginRepositories>
|
||||||
|
|
||||||
<!-- This builds a completely 'ready to start' jar with all dependencies inside -->
|
<!-- This builds a completely 'ready to start' jar with all dependencies inside -->
|
||||||
@@ -103,36 +109,21 @@
|
@@ -103,36 +109,22 @@
|
||||||
<defaultGoal>install</defaultGoal>
|
<defaultGoal>install</defaultGoal>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
@ -103,9 +103,10 @@ index 91627ff..85dff6f 100644
|
|||||||
- </plugin>
|
- </plugin>
|
||||||
+ <groupId>com.lukegb.mojo</groupId>
|
+ <groupId>com.lukegb.mojo</groupId>
|
||||||
+ <artifactId>gitdescribe-maven-plugin</artifactId>
|
+ <artifactId>gitdescribe-maven-plugin</artifactId>
|
||||||
+ <version>3.1-SNAPSHOT</version>
|
+ <version>1.3</version>
|
||||||
+ <configuration>
|
+ <configuration>
|
||||||
+ <outputPrefix>git-PaperSpigot-</outputPrefix>
|
+ <outputPrefix>git-PaperSpigot-</outputPrefix>
|
||||||
|
+ <scmDirectory>${project.}</scmDirectory>
|
||||||
+ </configuration>
|
+ </configuration>
|
||||||
+ <executions>
|
+ <executions>
|
||||||
+ <execution>
|
+ <execution>
|
||||||
@ -119,7 +120,7 @@ index 91627ff..85dff6f 100644
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-jar-plugin</artifactId>
|
<artifactId>maven-jar-plugin</artifactId>
|
||||||
@@ -142,7 +133,7 @@
|
@@ -142,7 +134,7 @@
|
||||||
<manifestEntries>
|
<manifestEntries>
|
||||||
<Main-Class>org.bukkit.craftbukkit.Main</Main-Class>
|
<Main-Class>org.bukkit.craftbukkit.Main</Main-Class>
|
||||||
<Implementation-Title>CraftBukkit</Implementation-Title>
|
<Implementation-Title>CraftBukkit</Implementation-Title>
|
||||||
@ -128,7 +129,7 @@ index 91627ff..85dff6f 100644
|
|||||||
<Implementation-Vendor>Bukkit Team</Implementation-Vendor>
|
<Implementation-Vendor>Bukkit Team</Implementation-Vendor>
|
||||||
<Specification-Title>Bukkit</Specification-Title>
|
<Specification-Title>Bukkit</Specification-Title>
|
||||||
<Specification-Version>${api.version}</Specification-Version>
|
<Specification-Version>${api.version}</Specification-Version>
|
||||||
@@ -172,26 +163,6 @@
|
@@ -172,26 +164,6 @@
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
From 0f95432dde26db7643e8ca3c7e0f04de6e18e51f Mon Sep 17 00:00:00 2001
|
From d50dae836a3d3f52e9c5be6089246adadbb71628 Mon Sep 17 00:00:00 2001
|
||||||
From: Jedediah Smith <jedediah@silencegreys.com>
|
From: Jedediah Smith <jedediah@silencegreys.com>
|
||||||
Date: Thu, 30 Apr 2015 22:42:34 -0400
|
Date: Thu, 30 Apr 2015 22:42:34 -0400
|
||||||
Subject: [PATCH] Fix jar being shaded multiple times
|
Subject: [PATCH] Fix jar being shaded multiple times
|
||||||
|
|
||||||
|
|
||||||
diff --git a/pom.xml b/pom.xml
|
diff --git a/pom.xml b/pom.xml
|
||||||
index 85dff6f..d0468a9 100644
|
index 19e47f4..68073c0 100644
|
||||||
--- a/pom.xml
|
--- a/pom.xml
|
||||||
+++ b/pom.xml
|
+++ b/pom.xml
|
||||||
@@ -129,6 +129,7 @@
|
@@ -130,6 +130,7 @@
|
||||||
<artifactId>maven-jar-plugin</artifactId>
|
<artifactId>maven-jar-plugin</artifactId>
|
||||||
<version>2.5</version>
|
<version>2.5</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren