aboutsummaryrefslogtreecommitdiffhomepage
path: root/Spigot-Server-Patches/0042-Fix-jar-being-shaded-multiple-times.patch
blob: 5c5a8d22b2444e474b3195ca3769ebbba0cecb9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From d50dae836a3d3f52e9c5be6089246adadbb71628 Mon Sep 17 00:00:00 2001
From: Jedediah Smith <jedediah@silencegreys.com>
Date: Thu, 30 Apr 2015 22:42:34 -0400
Subject: [PATCH] Fix jar being shaded multiple times


diff --git a/pom.xml b/pom.xml
index 19e47f4..68073c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,6 +130,7 @@
                 <artifactId>maven-jar-plugin</artifactId>
                 <version>2.5</version>
                 <configuration>
+                    <forceCreation>true</forceCreation> <!-- Required to prevent shading the jar multiple times -->
                     <archive>
                         <manifestEntries>
                             <Main-Class>org.bukkit.craftbukkit.Main</Main-Class>
-- 
2.7.1