summaryrefslogtreecommitdiffstats
path: root/EssentialsGeoIP/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'EssentialsGeoIP/pom.xml')
-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>