Skip to content

Commit 585f742

Browse files
committed
relocate other modules as lib to plugin
1 parent 1ede92d commit 585f742

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

spigot/plugin/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@
3434
<shadedArtifactAttached>true</shadedArtifactAttached>
3535
<minimizeJar>false</minimizeJar>
3636
<relocations>
37+
<relocation>
38+
<pattern>me.hsgamer.topper</pattern>
39+
<shadedPattern>me.hsgamer.topper.spigot.plugin.lib.topper</shadedPattern>
40+
<excludes>
41+
<exclude>me.hsgamer.topper.spigot.plugin.**</exclude>
42+
</excludes>
43+
</relocation>
3744
<relocation>
3845
<pattern>me.hsgamer.hscore</pattern>
3946
<shadedPattern>me.hsgamer.topper.spigot.plugin.lib.core</shadedPattern>

0 commit comments

Comments
 (0)