mirror of
https://github.com/Brettflan/WorldBorder.git
synced 2024-11-22 18:16:24 +01:00
remove exludes, explicitly include paperlib
This commit is contained in:
parent
17c0c2a886
commit
6ffeab72dd
22
pom.xml
22
pom.xml
@ -75,6 +75,11 @@
|
|||||||
<artifactId>maven-shade-plugin</artifactId>
|
<artifactId>maven-shade-plugin</artifactId>
|
||||||
<version>3.1.1</version>
|
<version>3.1.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
<artifactSet>
|
||||||
|
<includes>
|
||||||
|
<include>io.papermc:paperlib:jar:*</include>
|
||||||
|
</includes>
|
||||||
|
</artifactSet>
|
||||||
<dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml</dependencyReducedPomLocation>
|
<dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml</dependencyReducedPomLocation>
|
||||||
<relocations>
|
<relocations>
|
||||||
<relocation>
|
<relocation>
|
||||||
@ -89,23 +94,6 @@
|
|||||||
<goals>
|
<goals>
|
||||||
<goal>shade</goal>
|
<goal>shade</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
|
||||||
<artifactSet>
|
|
||||||
<excludes>
|
|
||||||
<exclude>org.spigotmc:spigot-api</exclude>
|
|
||||||
<exclude>commons-lang:commons-lang</exclude>
|
|
||||||
<exclude>com.googlecode.json-simple:json-simple</exclude>
|
|
||||||
<exclude>junit:junit</exclude>
|
|
||||||
<exclude>org.hamcrest:hamcrest-core</exclude>
|
|
||||||
<exclude>com.google.guava:guava</exclude>
|
|
||||||
<exclude>com.google.code.gson:gson</exclude>
|
|
||||||
<exclude>org.yaml:snakeyaml</exclude>
|
|
||||||
<exclude>net.md-5:bungeecord-chat</exclude>
|
|
||||||
<exclude>org.bukkit:bukkit</exclude>
|
|
||||||
<exclude>us.dynmap:dynmap-api</exclude>
|
|
||||||
</excludes>
|
|
||||||
</artifactSet>
|
|
||||||
</configuration>
|
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
Loading…
Reference in New Issue
Block a user