summaryrefslogtreecommitdiffstats
path: root/EssentialsGeoIP/pom.xml
diff options
context:
space:
mode:
authorChris Ward <chris@chrisgward.com>2013-12-26 01:12:04 +1100
committerChris Ward <chris@chrisgward.com>2013-12-26 01:12:04 +1100
commit841bbbf71f46d91210ed84ae753f76cdedde7ed7 (patch)
tree7a1e6d129c7372acb117a3c01c1a48847206e043 /EssentialsGeoIP/pom.xml
parent72e115fdb704f361349d1921df3b5d7e6b981fef (diff)
downloadEssentials-841bbbf71f46d91210ed84ae753f76cdedde7ed7.tar
Essentials-841bbbf71f46d91210ed84ae753f76cdedde7ed7.tar.gz
Essentials-841bbbf71f46d91210ed84ae753f76cdedde7ed7.tar.lz
Essentials-841bbbf71f46d91210ed84ae753f76cdedde7ed7.tar.xz
Essentials-841bbbf71f46d91210ed84ae753f76cdedde7ed7.zip
Pull geoip library from Maven
Diffstat (limited to 'EssentialsGeoIP/pom.xml')
-rw-r--r--EssentialsGeoIP/pom.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/EssentialsGeoIP/pom.xml b/EssentialsGeoIP/pom.xml
index 4a832e820..584b79e58 100644
--- a/EssentialsGeoIP/pom.xml
+++ b/EssentialsGeoIP/pom.xml
@@ -47,5 +47,35 @@
<artifactId>Essentials</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.maxmind.geoip</groupId>
+ <artifactId>geoip-api</artifactId>
+ <version>1.2.11</version>
+ </dependency>
</dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-shade-plugin</artifactId>
+ <version>2.1</version>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>shade</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <artifactSet>
+ <includes>
+ <include>com.maxmind.geoip:geoip-api</include>
+ </includes>
+ </artifactSet>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project> \ No newline at end of file