1
0
mirror of https://e.coding.net/circlecloud/Residence.git synced 2025-11-24 21:46:16 +00:00

fix package relocation...

Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
502647092
2015-10-23 09:03:02 +08:00
parent 90254fc3d0
commit 706492f997

10
pom.xml
View File

@@ -35,10 +35,12 @@
<include>cn.citycraft:PluginHelper</include>
</includes>
</artifactSet>
<relocation>
<pattern>cn.citycraft.PluginHelper</pattern>
<shadedPattern>com.bekvon.bukkit.residence</shadedPattern>
</relocation>
<relocations>
<relocation>
<pattern>cn.citycraft.PluginHelper</pattern>
<shadedPattern>com.bekvon.bukkit.residence</shadedPattern>
</relocation>
</relocations>
</configuration>
<executions>
<execution>