diff --git a/pom.xml b/pom.xml index 4fa0a88..9441e15 100644 --- a/pom.xml +++ b/pom.xml @@ -1,189 +1,176 @@ - 4.0.0 - cn.citycraft - AuthMe - 6.0 - jar - AuthMe - 登录插件重制版本 - 2013 - http://dev.bukkit.org/bukkit-plugins/authme-reloaded/ - - - - AuthMe-Team - https://github.com/AuthMe-Team - - - - scm:git:https://github.com/Xephi/AuthMeReloaded.git - scm:git:git@github.com:Xephi/AuthMeReloaded.git - http://github.com/Xephi/AuthMeReloaded - - - - - jenkins - http://ci.xephi.fr/job/AuthMeReloaded/ - - - - GitHub - https://github.com/Xephi/AuthMeReloaded/issues - - - - - The GNU General Public Licence version 3 (GPLv3) - http://www.gnu.org/licenses/gpl-3.0.html - - - - - UTF-8 - - 1.7 - - http://ci.citycraft.cn:8080 - 测试版本发布... - 1.8.8-R0.1-SNAPSHOT - - - - ${project.name} - - - . - true - src/main/resources/ - - *.yml - - - - ./messages/ - false - src/main/resources/messages/ - - *.yml - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.3 - - 1.7 - ${javaVersion} - - - - org.apache.maven.plugins - maven-shade-plugin - 2.3 - - false - true - - - com.zaxxer:HikariCP - org.slf4j:slf4j-jdk14 - org.slf4j:slf4j-api - com.maxmind.geoip:geoip-api - com.google.code.gson:gson - cn.citycraft:PluginHelper - - - - - cn.citycraft.PluginHelper - ${project.groupId}.${project.artifactId} - - - - - - package - - shade - - - - - - - - - - - spigot-repo - http://hub.spigotmc.org/nexus/content/groups/public - - - citycraft-repo - ${jenkins.url}/plugin/repository/everything/ - - - - - - org.spigotmc - spigot-api - jar - 1.8.8-R0.1-SNAPSHOT - - - cn.citycraft - PluginHelper - jar - 1.0 - - - net.milkbowl.vault - VaultAPI - 1.5 - system - ${project.basedir}/lib/Vault.jar - - - com.earth2me - essentials - 2.9.6 - system - ${project.basedir}/lib/Essentials.jar - - - com.zaxxer - HikariCP - 2.4.1 - compile - true - - - com.maxmind.geoip - geoip-api - 1.2.15 - compile - true - - - - org.apache.logging.log4j - log4j-core - 2.0-beta9 - provided - true - - - com.comphenix.protocol - ProtocolLib - 3.6.5-SNAPSHOT - system - ${project.basedir}/lib/ProtocolLib-3.6.5-SNAPSHOT.jar - - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + cn.citycraft + AuthMe + 6.0 + jar + AuthMe + 登录插件重制版本 + 2013 + http://dev.bukkit.org/bukkit-plugins/authme-reloaded/ + + + AuthMe-Team + https://github.com/AuthMe-Team + + + scm:git:https://github.com/Xephi/AuthMeReloaded.git + scm:git:git@github.com:Xephi/AuthMeReloaded.git + http://github.com/Xephi/AuthMeReloaded + + + + GitHub + https://github.com/Xephi/AuthMeReloaded/issues + + + hudson + http://ci.citycraft.cn:8080/job/AuthMe/ + + + + The GNU General Public Licence version 3 (GPLv3) + http://www.gnu.org/licenses/gpl-3.0.html + + + + UTF-8 + 1.7 + http://ci.citycraft.cn:8080 + 测试版本发布... + 1.8.8-R0.1-SNAPSHOT + + + ${project.name} + + + . + true + src/main/resources/ + + *.yml + + + + ./messages/ + false + src/main/resources/messages/ + + *.yml + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.3 + + 1.7 + ${javaVersion} + + + + org.apache.maven.plugins + maven-shade-plugin + 2.3 + + false + true + + + com.zaxxer:HikariCP + org.slf4j:slf4j-jdk14 + org.slf4j:slf4j-api + com.maxmind.geoip:geoip-api + com.google.code.gson:gson + cn.citycraft:PluginHelper + + + + + cn.citycraft.PluginHelper + ${project.groupId}.${project.artifactId} + + + + + + package + + shade + + + + + + + + + spigot-repo + http://hub.spigotmc.org/nexus/content/groups/public + + + citycraft-repo + ${jenkins.url}/plugin/repository/everything/ + + + + + org.spigotmc + spigot-api + jar + 1.8.8-R0.1-SNAPSHOT + + + cn.citycraft + PluginHelper + jar + 1.0 + + + net.milkbowl.vault + VaultAPI + 1.5 + system + ${project.basedir}/lib/Vault.jar + + + com.earth2me + essentials + 2.9.6 + system + ${project.basedir}/lib/Essentials.jar + + + com.zaxxer + HikariCP + 2.4.1 + compile + true + + + com.maxmind.geoip + geoip-api + 1.2.15 + compile + true + + + org.apache.logging.log4j + log4j-core + 2.0-beta9 + provided + true + + + com.comphenix.protocol + ProtocolLib + 3.6.5-SNAPSHOT + system + ${project.basedir}/lib/ProtocolLib-3.6.5-SNAPSHOT.jar + +