From 1c2cc959cc7b20d7ffbe2f38f1a7e371fb5fcf44 Mon Sep 17 00:00:00 2001 From: Gabriele C Date: Sun, 8 Nov 2015 14:51:46 +0100 Subject: [PATCH 1/2] cleanup --- pom.xml | 39 ++++++++++++++--------------------- src/main/resources/plugin.yml | 12 +++++------ 2 files changed, 22 insertions(+), 29 deletions(-) diff --git a/pom.xml b/pom.xml index 451aed586..485f9f5c7 100644 --- a/pom.xml +++ b/pom.xml @@ -2,57 +2,61 @@ 4.0.0 - + fr.xephi authme 5.1-SNAPSHOT jar - + AuthMeReloaded Authentication plugin for CraftBukkit/Spigot! 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 + fr.xephi.authme.AuthMe + CustomBuild + [Xephi, sgdc3, DNx5, timvisee, games647] + 1.7 - + 1.8.8-R0.1-SNAPSHOT - AuthMe-${project.version} + ${project.name} . @@ -112,7 +116,6 @@ - spigot-repo @@ -155,23 +158,14 @@ http://repo.luricos.de/content/repositories/releases - + xephi-repo http://ci.xephi.fr/plugin/repository/everything/ - - - - com.zaxxer @@ -511,6 +505,5 @@ compile true - diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 276773ca5..65b1321c5 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,10 +1,10 @@ -name: AuthMe -author: Xephi59 -website: http://dev.bukkit.org/bukkit-plugins/authme-reloaded/ -description: AuthMe prevents people, which aren't logged in, from doing stuff like placing blocks, moving, typing commands or seeing the inventory of the player. -main: fr.xephi.authme.AuthMe +name: ${project.name} +authors: ${pluginAuthors} +website: ${project.url} +description: ${project.description} +main: ${mainClass} version: ${project.version} -softdepend: [Vault, ChestShop, Multiverse-Core, Citizens, CombatTag, Essentials, EssentialsSpawn, PerWorldInventories, ProtocolLib] +softdepend: [Vault, Multiverse-Core, Essentials, EssentialsSpawn, ProtocolLib] commands: register: description: Register an account From 0828bcc3da2326b8ef58360ac9a041bd20dff734 Mon Sep 17 00:00:00 2001 From: Gabriele C Date: Sun, 8 Nov 2015 17:53:17 +0100 Subject: [PATCH 2/2] Update circle.yml --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 6da929d44..1b08b3a99 100644 --- a/circle.yml +++ b/circle.yml @@ -3,7 +3,7 @@ machine: version: oraclejdk7 general: artifacts: - - "target/AuthMe-*.jar" + - "target/AuthMeReloaded.jar" test: override: - mvn clean install -B