Re-add dependency reduced pom

Learned the correct way to handle that file
This commit is contained in:
Aikar
2016-11-18 21:09:03 -05:00
parent 2b8aa1a8f2
commit 8f3325047c
2 changed files with 11 additions and 1 deletions

View File

@@ -145,7 +145,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
<goal>shade</goal>
</goals>
<configuration>
+ <createDependencyReducedPom>false</createDependencyReducedPom> <!-- Paper -->
+ <dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml</dependencyReducedPomLocation> <!-- Paper -->
<relocations>
- <relocation>
- <pattern>joptsimple</pattern>