From 3f28f8e2339c2f173644615ea52c5dcead5a873b Mon Sep 17 00:00:00 2001 From: "Gabriele C." Date: Wed, 17 Jun 2015 14:09:40 +0200 Subject: [PATCH] Update pom.xml --- pom.xml | 355 +++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 223 insertions(+), 132 deletions(-) diff --git a/pom.xml b/pom.xml index 892935635..4de18fc21 100644 --- a/pom.xml +++ b/pom.xml @@ -1,138 +1,229 @@ - + + 4.0.0 + fr.xephi.authme.AuthMe AuthMe - jar - AuthMe - - UTF-8 - - - - - maven-jar-plugin - 2.5 - - - ${manifest.file} - - - - - 5.0-SNAPSHOT + + AuthMeReloaded + /login /register plugin for Bukkit! + http://dev.bukkit.org/bukkit-plugins/authme-reloaded/ + + jar + + + UTF-8 + 1.7 + 1.7 + 1.8.7-R0.1-SNAPSHOT + ${project.groupId}.${project.artifactId} + + + + jenkins + http://ci.xephi.fr + + + + GitHub + https://github.com/Xephi/AuthMeReloaded/issues + + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + download-files + prepare-package + + run + + + + + + + + + + + + + + + maven-jar-plugin + 2.5 + + + ${manifest.file} + + + + + + + + + + spigot-repo + https://hub.spigotmc.org/nexus/content/groups/public/ + + + vault-repo + http://nexus.theyeticave.net/content/repositories/pub_releases + + + everything + http://repo.citizensnpcs.co + + + onarandombox + http://repo.onarandombox.com/content/groups/public + + + ess-repo + https://ci.drtshock.net/plugin/repository/everything/ + + + minelink-thirdparty + http://repo.minelink.net/content/repositories/public + + + techcable-repo + http://repo.techcable.net/content/repositories/snapshots/ + + + bukkit-plugins-releases + repo.luricos.de releases + http://repo.luricos.de/content/repositories/releases/ + + + sonatype-nexus-releases + https://oss.sonatype.org/content/repositories/releases + + + sonatype-nexus-snapshots + https://oss.sonatype.org/content/repositories/snapshots + + true + always + + + + - - org.spigotmc - spigot - 1.8.3 - system - ${project.basedir}/lib/Spigot.jar - - - net.milkbowl.vault - Vault - 1.5.3 - system - ${project.basedir}/lib/Vault.jar - - - net.citizensnpcs - citizensapi - 2.0.13-SNAPSHOT - system - ${project.basedir}/lib/citizensapi-2.0.13-SNAPSHOT.jar - - - net.citizensnpcs - Citizens - 1.2.1 - system - ${project.basedir}/lib/Citizens.jar - - - org.getspout - spoutapi - 1.6.4-SNAPSHOT - system - ${project.basedir}/lib/SpoutPlugin.jar - - - com.trc202 - CombatTag - 5.4 - system - ${project.basedir}/lib/CombatTag-5.4.jar - - - mysql - mysql-connector-java - 5.1.6 - system - ${project.basedir}/lib/mysql-connector-java.jar - - - org.xerial - sqlite-jdbc - 3.7.2 - system - ${project.basedir}/lib/sqlite-jdbc.jar - - - me.muizers - Notifications - 1.6 - system - ${project.basedir}/lib/Notifications.jar - - - com.Acrobot - ChestShop - 3.7.9 - system - ${project.basedir}/lib/ChestShop.jar - - - com.h2 - h2 - 1.3.164 - system - ${project.basedir}/lib/h2-1.3.164.jar - - - com.cypherx - xauth - 2.0.26 - system - ${project.basedir}/lib/xAuth.jar - - - de.luricos.bukkit - xAuth - 2.4.4 - system - ${project.basedir}/lib/xAuth-2.4.4.jar - - - com.onarandombox - MultiverseCore - 2.5-b654 - system - ${project.basedir}/lib/Multiverse-Core-2.5.jar - - - com.earth2me.essentials - Essentials - 2.13.1 - system - ${project.basedir}/lib/Essentials.jar - - - net.minelink - CombatTagPlus - 1.1.2-SNAPSHOT - system - ${project.basedir}/lib/CombatTagPlus.jar - + + + + + mysql + mysql-connector-java + LATEST + + + org.xerial + sqlite-jdbc + LATEST + + + com.h2 + h2 + LATEST + + + org.spigotmc + spigot-api + ${bukkitVersion} + + + net.milkbowl.vault + Vault + 1.5.4 + provided + + + net.citizensnpcs + citizensapi + 2.0.16-SNAPSHOT + provided + + + net.citizensnpcs + citizens + 2.0.16-SNAPSHOT + provided + + + com.onarandombox + MultiverseCore + 2.5 + + + net.ess3 + EssentialsX + 2.0.1-SNAPSHOT + + + net.minelink + CombatTagPlus + 1.2.0 + + + com.trc202 + combattag + 6.4.1-SNAPSHOT + + + de.luricos.bukkit + xAuth + 2.6 + + + org.spoutcraft + spoutplugin + 1.6.4-SNAPSHOT + + + + + + com.Acrobot + ChestShop + 3.8.10 + system + ${project.basedir}/libs/ChestShop.jar + + + com.cypherx + xauth + 2.0.26 + system + ${project.basedir}/lib/xAuth.jar + + + me.muizers + Notifications + 1.6 + system + ${project.basedir}/libs/Notifications.jar + + - \ No newline at end of file +