diff options
author | Aikar <[email protected]> | 2016-03-18 02:13:51 -0400 |
---|---|---|
committer | Aikar <[email protected]> | 2016-03-18 02:13:51 -0400 |
commit | 82db846be6b1b42e7832752f405ff080bc4ce7df (patch) | |
tree | cc5d72aea6cdcbc11bec5b704736d4421363800d /Spigot-Server-Patches/0001-POM-Changes.patch | |
parent | d6b621b533b4339c6b8255afbb40e75292b14d66 (diff) | |
download | Paper-82db846be6b1b42e7832752f405ff080bc4ce7df.tar.gz Paper-82db846be6b1b42e7832752f405ff080bc4ce7df.zip |
set default goals on all pom poms </cheer>
Diffstat (limited to 'Spigot-Server-Patches/0001-POM-Changes.patch')
-rw-r--r-- | Spigot-Server-Patches/0001-POM-Changes.patch | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/Spigot-Server-Patches/0001-POM-Changes.patch b/Spigot-Server-Patches/0001-POM-Changes.patch index e09bdb7e46..d419f58c85 100644 --- a/Spigot-Server-Patches/0001-POM-Changes.patch +++ b/Spigot-Server-Patches/0001-POM-Changes.patch @@ -1,11 +1,11 @@ -From 3f12fafbace495fff95f54531ff5d52d6706b3c1 Mon Sep 17 00:00:00 2001 +From 02259eec6505e02230fdf82e1f7087f57daca410 Mon Sep 17 00:00:00 2001 From: Zach Brown <[email protected]> Date: Mon, 29 Feb 2016 20:40:33 -0600 Subject: [PATCH] POM Changes diff --git a/pom.xml b/pom.xml -index 953cdbc..ddbb829 100644 +index 4f7cea7..7762cc9 100644 --- a/pom.xml +++ b/pom.xml @@ -1,12 +1,12 @@ @@ -54,8 +54,11 @@ index 953cdbc..ddbb829 100644 <version>${project.version}</version> <scope>compile</scope> </dependency> -@@ -95,32 +96,18 @@ +@@ -93,34 +94,21 @@ + + <!-- This builds a completely 'ready to start' jar with all dependencies inside --> <build> ++ <defaultGoal>clean install</defaultGoal> <!-- Paper --> <plugins> <plugin> - <groupId>net.md-5</groupId> @@ -96,7 +99,7 @@ index 953cdbc..ddbb829 100644 </goals> </execution> </executions> -@@ -130,11 +117,12 @@ +@@ -130,11 +118,12 @@ <artifactId>maven-jar-plugin</artifactId> <version>2.6</version> <configuration> @@ -110,7 +113,7 @@ index 953cdbc..ddbb829 100644 <Implementation-Vendor>Bukkit Team</Implementation-Vendor> <Specification-Title>Bukkit</Specification-Title> <Specification-Version>${api.version}</Specification-Version> -@@ -164,26 +152,6 @@ +@@ -164,26 +153,6 @@ </configuration> </plugin> <plugin> @@ -137,7 +140,15 @@ index 953cdbc..ddbb829 100644 <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> <version>2.4.1</version> -@@ -232,20 +200,6 @@ +@@ -194,6 +163,7 @@ + <goal>shade</goal> + </goals> + <configuration> ++ <createDependencyReducedPom>false</createDependencyReducedPom> <!-- Paper --> + <relocations> + <relocation> + <pattern>joptsimple</pattern> +@@ -232,20 +202,6 @@ <artifactId>maven-compiler-plugin</artifactId> <!-- versions after this appear to be broken --> <version>3.1</version> @@ -172,5 +183,5 @@ index 9304637..674096c 100644 if (stream != null) { -- -2.7.2 +2.7.3 |