mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-24 19:25:15 +01:00
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
7
pom.xml
7
pom.xml
@ -53,10 +53,9 @@
|
|||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<artifactSet>
|
<artifactSet>
|
||||||
<excludes>
|
<includes>
|
||||||
<exclude>org.bukkit:bukkit:jar:*</exclude>
|
<include>org.dynmap:dynmap-api:jar:*</include>
|
||||||
<exclude>com.nijikokun.bukkit:Permissions:jar:*</exclude>
|
</includes>
|
||||||
</excludes>
|
|
||||||
</artifactSet>
|
</artifactSet>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
Loading…
Reference in New Issue
Block a user