summaryrefslogtreecommitdiffstats
path: root/EssentialsGeoIP
diff options
context:
space:
mode:
authorChris Ward <chris@chrisgward.com>2013-02-02 17:16:56 +1100
committerChris Ward <chris@chrisgward.com>2013-02-02 17:16:56 +1100
commit2a87c4fe60d27252e687f56904aa95f50aa60ceb (patch)
tree5437e5831b6df18198d491a9037eb6fb42856e68 /EssentialsGeoIP
parent0cb6d90bb37c63f926f0e9a821f3dabfb67124e2 (diff)
downloadEssentials-2a87c4fe60d27252e687f56904aa95f50aa60ceb.tar
Essentials-2a87c4fe60d27252e687f56904aa95f50aa60ceb.tar.gz
Essentials-2a87c4fe60d27252e687f56904aa95f50aa60ceb.tar.lz
Essentials-2a87c4fe60d27252e687f56904aa95f50aa60ceb.tar.xz
Essentials-2a87c4fe60d27252e687f56904aa95f50aa60ceb.zip
Fix maven shade
Diffstat (limited to 'EssentialsGeoIP')
-rwxr-xr-x[-rw-r--r--]EssentialsGeoIP/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/EssentialsGeoIP/pom.xml b/EssentialsGeoIP/pom.xml
index b59cdd63b..18727e281 100644..100755
--- a/EssentialsGeoIP/pom.xml
+++ b/EssentialsGeoIP/pom.xml
@@ -34,6 +34,13 @@
<goals>
<goal>shade</goal>
</goals>
+ <configuration>
+ <artifactSet>
+ <includes>
+ <include>org.kohsuke:geoip</include>
+ </includes>
+ </artifactSet>
+ </configuration>
</execution>
</executions>
</plugin>