Skip to content

Commit

Permalink
Shade MCStats into com.griefcraft.util.mcstats instead of keeping it …
Browse files Browse the repository at this point in the history
…at org.mcstats.
  • Loading branch information
Hidendra committed Mar 1, 2016
1 parent 021f8d1 commit 68ea089
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,12 @@
<include>org.mcstats.bukkit:metrics</include>
</includes>
</artifactSet>
<relocations>
<relocation>
<pattern>org.mcstats</pattern>
<shadedPattern>com.griefcraft.util.mcstats</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 68ea089

Please sign in to comment.