Add Essentials true repo

This commit is contained in:
Xephi59 2015-06-17 22:59:00 +02:00
parent 517781973b
commit 24ac9541c0

24
pom.xml
View File

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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>
@ -27,8 +26,7 @@
<mainClass>${project.groupId}.${project.artifactId}</mainClass>
</properties>
<!-- Official Build Server
ALLERT: sometimes jenkins is offline, no panic! -->
<!-- Official Build Server ALLERT: sometimes jenkins is offline, no panic! -->
<ciManagement>
<system>jenkins</system>
<url>http://ci.xephi.fr</url>
@ -74,18 +72,17 @@
<url>http://repo.citizensnpcs.co</url>
</repository>
<!-- Multiverse Repo -->
<repository>
<id>onarandombox</id>
<url>http://repo.onarandombox.com/content/groups/public</url>
</repository>
<!-- EssentialsX Repo -->
<repository>
<id>ess-repo</id>
<url>https://ci.drtshock.net/plugin/repository/everything/</url>
</repository>
<repository>
<id>essentials-repo</id>
<url>http://repo.ess3.net/content/groups/essentials</url>
</repository>
<!-- CombatTagPlus Repo -->
<repository>
<id>minelink-thirdparty</id>
@ -180,8 +177,8 @@
<version>1.2.14</version>
</dependency>
<!-- Spigot-Api, http://www.spigotmc.org/
Based on the Bukkit project, http://bukkit.org/ -->
<!-- Spigot-Api, http://www.spigotmc.org/ Based on the Bukkit project,
http://bukkit.org/ -->
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
@ -204,7 +201,8 @@
<scope>provided</scope>
</dependency>
<!-- EssentialsX, a fork of Spigot Essentials (1.8) with fixes and optimizations, https://github.com/drtshock/Essentials/ -->
<!-- EssentialsX, a fork of Spigot Essentials (1.8) with fixes and optimizations,
https://github.com/drtshock/Essentials/ -->
<dependency>
<groupId>net.ess3</groupId>
<artifactId>EssentialsX</artifactId>