This commit is contained in:
spaffel
2022-06-17 21:21:55 +02:00
parent 7a0619c053
commit f13a933d85
8 changed files with 968 additions and 5 deletions

14
pom.xml
View File

@@ -40,7 +40,13 @@
<goal>shade</goal>
</goals>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
<relocations>
<relocation>
<pattern>org.bstats</pattern>
<!-- Replace this with your package! -->
<shadedPattern>de.spaffel.clans</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
</executions>
@@ -93,6 +99,12 @@
<version>5.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.bstats</groupId>
<artifactId>bstats-bukkit</artifactId>
<version>3.0.0</version>
<scope>compile</scope>
</dependency>
</dependencies>