fix relocation

This commit is contained in:
Lennart ten Wolde 2016-03-19 17:27:08 +01:00
parent c59766d7c0
commit 8a144e85ed

View file

@ -111,6 +111,12 @@
<include>com.lenis0012.updater:updater-bukkit</include>
</includes>
</artifactSet>
<relocations>
<relocation>
<pattern>com.lenis0012.updater</pattern>
<shadedPattern>com.lenis0012.bukkit.marriage2.libs.updater</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
</executions>