mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-02 11:22:01 +01:00
Re-add dependency reduced pom
Learned the correct way to handle that file
This commit is contained in:
parent
2b8aa1a8f2
commit
8f3325047c
@ -122,4 +122,14 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-shade-plugin</artifactId>
|
<artifactId>maven-shade-plugin</artifactId>
|
||||||
<version>2.4.3</version>
|
<version>2.4.3</version>
|
||||||
|
@@ -0,0 +0,0 @@
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
|
<configuration>
|
||||||
|
- <!-- utterly useless artifact from shade 2.x -->
|
||||||
|
- <createDependencyReducedPom>false</createDependencyReducedPom>
|
||||||
|
+ <dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml</dependencyReducedPomLocation>
|
||||||
|
<!-- when downloading via Maven we can pull depends individually -->
|
||||||
|
<shadedArtifactAttached>true</shadedArtifactAttached>
|
||||||
|
</configuration>
|
||||||
--
|
--
|
@ -145,7 +145,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
<goal>shade</goal>
|
<goal>shade</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
+ <createDependencyReducedPom>false</createDependencyReducedPom> <!-- Paper -->
|
+ <dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml</dependencyReducedPomLocation> <!-- Paper -->
|
||||||
<relocations>
|
<relocations>
|
||||||
- <relocation>
|
- <relocation>
|
||||||
- <pattern>joptsimple</pattern>
|
- <pattern>joptsimple</pattern>
|
||||||
|
Loading…
Reference in New Issue
Block a user