Skip to content

Commit

Permalink
Excluded unnecessary files from shading.
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Sep 24, 2021
1 parent 070a719 commit 41d574a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,21 @@
<shadedPattern>world.bentobox.bentobox.api.github</shadedPattern>
</relocation>
</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>
<executions>
<execution>
Expand Down

0 comments on commit 41d574a

Please sign in to comment.