Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Commit

Permalink
Fix shade plugin relocations
Browse files Browse the repository at this point in the history
  • Loading branch information
zml committed Sep 3, 2014
1 parent 905f168 commit 718b9da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@
<relocation>
<pattern>org.apache</pattern>
<shadedPattern>ru.tehkode.libs.org.apache</shadedPattern>
<excludes>
<exclude>org.apache.commons.lang.*</exclude>
</excludes>
</relocation>
<relocation>
<pattern>com.mojang</pattern>
Expand Down

0 comments on commit 718b9da

Please sign in to comment.