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> <include>cn.citycraft:PluginHelper</include>
</includes> </includes>
</artifactSet> </artifactSet>
<relocation> <relocations>
<pattern>cn.citycraft.PluginHelper</pattern> <relocation>
<shadedPattern>com.bekvon.bukkit.residence</shadedPattern> <pattern>cn.citycraft.PluginHelper</pattern>
</relocation> <shadedPattern>com.bekvon.bukkit.residence</shadedPattern>
</relocation>
</relocations>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>