2017-01-08 22:23:19 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-01-14 12:24:09 +01:00
|
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xmlns="http://maven.apache.org/POM/4.0.0"
|
2017-01-08 22:23:19 +01:00
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
2017-08-08 14:38:45 +02:00
|
|
|
<groupId>com.jaimemartz</groupId>
|
|
|
|
<artifactId>playerbalancer</artifactId>
|
2017-09-18 18:07:36 +02:00
|
|
|
<version>2.1.0.1</version>
|
2017-08-08 20:56:38 +02:00
|
|
|
<name>PlayerBalancer</name>
|
2017-01-08 22:23:19 +01:00
|
|
|
|
2017-01-22 23:24:04 +01:00
|
|
|
<properties>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
</properties>
|
|
|
|
|
2017-01-08 22:23:19 +01:00
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<id>inventive-repo</id>
|
2017-09-13 15:51:53 +02:00
|
|
|
<url>https://repo.inventivetalent.org/content/groups/public/</url>
|
2017-01-08 22:23:19 +01:00
|
|
|
</repository>
|
2017-02-17 15:36:32 +01:00
|
|
|
<repository>
|
|
|
|
<id>bstats-repo</id>
|
2017-08-08 14:38:45 +02:00
|
|
|
<url>http://repo.bstats.org/content/repositories/releases/</url>
|
2017-02-17 15:36:32 +01:00
|
|
|
</repository>
|
2017-01-08 22:23:19 +01:00
|
|
|
</repositories>
|
|
|
|
<build>
|
|
|
|
<defaultGoal>clean install</defaultGoal>
|
2017-09-12 14:54:38 +02:00
|
|
|
<finalName>${project.name}</finalName>
|
2017-01-08 22:23:19 +01:00
|
|
|
<plugins>
|
|
|
|
<plugin>
|
2017-03-25 16:46:30 +01:00
|
|
|
<version>3.3</version>
|
2017-01-08 22:23:19 +01:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<source>1.8</source>
|
|
|
|
<target>1.8</target>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-shade-plugin</artifactId>
|
2017-01-22 23:24:04 +01:00
|
|
|
<version>2.4.3</version>
|
2017-02-17 15:36:32 +01:00
|
|
|
<configuration>
|
|
|
|
<relocations>
|
|
|
|
<relocation>
|
|
|
|
<pattern>org.bstats</pattern>
|
2017-08-09 01:34:00 +02:00
|
|
|
<shadedPattern>com.jaimemartz.playerbalancer.metrics</shadedPattern>
|
2017-02-17 15:36:32 +01:00
|
|
|
</relocation>
|
|
|
|
</relocations>
|
|
|
|
</configuration>
|
2017-01-08 22:23:19 +01:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>shade</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
<resources>
|
|
|
|
<resource>
|
|
|
|
<directory>src/main/resources</directory>
|
|
|
|
<filtering>true</filtering>
|
|
|
|
</resource>
|
|
|
|
</resources>
|
|
|
|
</build>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.md-5</groupId>
|
2017-09-14 23:43:18 +02:00
|
|
|
<artifactId>bungeecord-proxy</artifactId>
|
|
|
|
<version>local</version>
|
2017-01-08 22:23:19 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2017-08-08 20:28:05 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.inventivetalent.update</groupId>
|
|
|
|
<artifactId>bungee</artifactId>
|
|
|
|
<version>1.0.1</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.imaginarycode.minecraft</groupId>
|
|
|
|
<artifactId>RedisBungee</artifactId>
|
|
|
|
<version>0.3.8-SNAPSHOT</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2017-09-10 23:01:02 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>ninja.leaping.configurate</groupId>
|
|
|
|
<artifactId>configurate-hocon</artifactId>
|
|
|
|
<version>3.3</version>
|
|
|
|
<scope>compile</scope>
|
2017-09-12 14:27:45 +02:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
2017-09-12 20:46:54 +02:00
|
|
|
<!-- Already shaded in bungee -->
|
2017-09-12 14:27:45 +02:00
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
<artifactId>guava</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2017-09-10 23:01:02 +02:00
|
|
|
</dependency>
|
2017-02-17 15:36:32 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.bstats</groupId>
|
|
|
|
<artifactId>bstats-bungeecord</artifactId>
|
2017-08-10 10:45:05 +02:00
|
|
|
<version>1.2</version>
|
2017-02-17 15:36:32 +01:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
2017-08-08 20:28:05 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<version>4.12</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2017-01-08 22:23:19 +01:00
|
|
|
</dependencies>
|
|
|
|
</project>
|