Switch maven shader from exclude to include - keep idiot maven from pulling in PEX from shared build server....
This commit is contained in:
parent
6dd4018011
commit
ed4ea80f5e
1 changed files with 3 additions and 4 deletions
7
pom.xml
7
pom.xml
|
|
@ -53,10 +53,9 @@
|
|||
</goals>
|
||||
<configuration>
|
||||
<artifactSet>
|
||||
<excludes>
|
||||
<exclude>org.bukkit:bukkit:jar:*</exclude>
|
||||
<exclude>com.nijikokun.bukkit:Permissions:jar:*</exclude>
|
||||
</excludes>
|
||||
<includes>
|
||||
<include>org.dynmap:dynmap-api:jar:*</include>
|
||||
</includes>
|
||||
</artifactSet>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue