shade bstats because I can

This commit is contained in:
YouHaveTrouble
2021-07-05 03:55:18 +02:00
parent 94dcd640a1
commit c1950e2670
8 changed files with 53 additions and 767 deletions
+13
View File
@@ -41,6 +41,13 @@
</goals>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
<relocations>
<relocation>
<pattern>org.bstats</pattern>
<!-- Replace this with your package! -->
<shadedPattern>eu.endermite.bstats</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
</executions>
@@ -90,5 +97,11 @@
<version>4.6.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.bstats</groupId>
<artifactId>bstats-bukkit</artifactId>
<version>2.2.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>