1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-07 15:16:41 +02:00

Fix maven shade

This commit is contained in:
Chris Ward
2013-02-02 17:16:56 +11:00
parent 0cb6d90bb3
commit 2a87c4fe60
2 changed files with 14 additions and 0 deletions

7
EssentialsGeoIP/pom.xml Normal file → Executable file
View File

@@ -34,6 +34,13 @@
<goals>
<goal>shade</goal>
</goals>
<configuration>
<artifactSet>
<includes>
<include>org.kohsuke:geoip</include>
</includes>
</artifactSet>
</configuration>
</execution>
</executions>
</plugin>

7
EssentialsUpdate/pom.xml Normal file → Executable file
View File

@@ -35,6 +35,13 @@
<goals>
<goal>shade</goal>
</goals>
<configuration>
<artifactSet>
<includes>
<include>pircbot:pircbot</include>
</includes>
</artifactSet>
</configuration>
</execution>
</executions>
</plugin>