Add Essentials true repo
This commit is contained in:
parent
517781973b
commit
24ac9541c0
24
pom.xml
24
pom.xml
@ -1,6 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
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">
|
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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
@ -27,8 +26,7 @@
|
|||||||
<mainClass>${project.groupId}.${project.artifactId}</mainClass>
|
<mainClass>${project.groupId}.${project.artifactId}</mainClass>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<!-- Official Build Server
|
<!-- Official Build Server ALLERT: sometimes jenkins is offline, no panic! -->
|
||||||
ALLERT: sometimes jenkins is offline, no panic! -->
|
|
||||||
<ciManagement>
|
<ciManagement>
|
||||||
<system>jenkins</system>
|
<system>jenkins</system>
|
||||||
<url>http://ci.xephi.fr</url>
|
<url>http://ci.xephi.fr</url>
|
||||||
@ -74,18 +72,17 @@
|
|||||||
<url>http://repo.citizensnpcs.co</url>
|
<url>http://repo.citizensnpcs.co</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
<!-- Multiverse Repo -->
|
|
||||||
<repository>
|
|
||||||
<id>onarandombox</id>
|
|
||||||
<url>http://repo.onarandombox.com/content/groups/public</url>
|
|
||||||
</repository>
|
|
||||||
|
|
||||||
<!-- EssentialsX Repo -->
|
<!-- EssentialsX Repo -->
|
||||||
<repository>
|
<repository>
|
||||||
<id>ess-repo</id>
|
<id>ess-repo</id>
|
||||||
<url>https://ci.drtshock.net/plugin/repository/everything/</url>
|
<url>https://ci.drtshock.net/plugin/repository/everything/</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
|
<repository>
|
||||||
|
<id>essentials-repo</id>
|
||||||
|
<url>http://repo.ess3.net/content/groups/essentials</url>
|
||||||
|
</repository>
|
||||||
|
|
||||||
<!-- CombatTagPlus Repo -->
|
<!-- CombatTagPlus Repo -->
|
||||||
<repository>
|
<repository>
|
||||||
<id>minelink-thirdparty</id>
|
<id>minelink-thirdparty</id>
|
||||||
@ -180,8 +177,8 @@
|
|||||||
<version>1.2.14</version>
|
<version>1.2.14</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Spigot-Api, http://www.spigotmc.org/
|
<!-- Spigot-Api, http://www.spigotmc.org/ Based on the Bukkit project,
|
||||||
Based on the Bukkit project, http://bukkit.org/ -->
|
http://bukkit.org/ -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.spigotmc</groupId>
|
<groupId>org.spigotmc</groupId>
|
||||||
<artifactId>spigot-api</artifactId>
|
<artifactId>spigot-api</artifactId>
|
||||||
@ -204,7 +201,8 @@
|
|||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</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>
|
<dependency>
|
||||||
<groupId>net.ess3</groupId>
|
<groupId>net.ess3</groupId>
|
||||||
<artifactId>EssentialsX</artifactId>
|
<artifactId>EssentialsX</artifactId>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user