mirror of
https://github.com/BentoBoxWorld/Challenges.git
synced 2024-11-28 13:36:06 +01:00
Excluded unnecessary files from shading.
This commit is contained in:
parent
070a7190a4
commit
41d574a859
15
pom.xml
15
pom.xml
@ -325,6 +325,21 @@
|
|||||||
<shadedPattern>world.bentobox.bentobox.api.github</shadedPattern>
|
<shadedPattern>world.bentobox.bentobox.api.github</shadedPattern>
|
||||||
</relocation>
|
</relocation>
|
||||||
</relocations>
|
</relocations>
|
||||||
|
<artifactSet>
|
||||||
|
<excludes>
|
||||||
|
<exclude>com.googlecode.json-simple:json-simple</exclude>
|
||||||
|
<exclude>org.jetbrains:annotations</exclude>
|
||||||
|
<exclude>com.google.guava:*</exclude>
|
||||||
|
<exclude>commons-lang:commons-lang</exclude>
|
||||||
|
<exclude>org.yaml:snakeyaml</exclude>
|
||||||
|
<exclude>org.apache.maven.shared:*</exclude>
|
||||||
|
<exclude>org.bukkit:*</exclude>
|
||||||
|
<exclude>org.apache.maven:*</exclude>
|
||||||
|
<exclude>com.google.code.gson:*</exclude>
|
||||||
|
<exclude>junit:*</exclude>
|
||||||
|
<exclude>org.eclipse.jdt:*</exclude>
|
||||||
|
</excludes>
|
||||||
|
</artifactSet>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
|
Loading…
Reference in New Issue
Block a user