add relocation to example plugin

This commit is contained in:
Aikar
2017-04-21 01:28:34 -04:00
parent c0a29c4691
commit ac10ff2bf4
+6
View File
@@ -59,6 +59,12 @@
<version>2.4.1</version>
<configuration>
<dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml</dependencyReducedPomLocation>
<relocations>
<relocation>
<pattern>co.aikar.commands</pattern>
<shadedPattern>com.exampleplugin.acf</shadedPattern>
</relocation>
</relocations>
</configuration>
<executions>
<execution>