mirror of
https://github.com/aikar/commands.git
synced 2026-06-15 12:10:38 +00:00
add relocation to example plugin
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user