diff --git a/.travis.yml b/.travis.yml index 2ad8a664..14a4ccf3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,11 @@ +sudo: false + language: java -jdk: - - oraclejdk7 -script: "mvn clean install" +jdk: oraclejdk7 + +cache: + directories: + - '$HOME/.m2/repository' + +script: + - mvn clean install -B && mvn clean -B diff --git a/pom.xml b/pom.xml index 6c3591dd..30d9b666 100644 --- a/pom.xml +++ b/pom.xml @@ -2,46 +2,77 @@ 4.0.0 - + fr.xephi.authme.AuthMe AuthMe 5.0-SNAPSHOT - + AuthMeReloaded Authentication plugin for CraftBukkit/Spigot! 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-compiler-plugin + 3.3 + + ${maven.compiler.source} + ${maven.compiler.target} + + + maven-jar-plugin - 2.5 + 2.6 ${manifest.file} @@ -49,54 +80,53 @@ - - + - + 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 - + ess-repo http://repo.ess3.net/content/groups/public - + 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 @@ -105,53 +135,53 @@ sonatype-nexus-snapshots https://oss.sonatype.org/content/repositories/snapshots - + - + comphenix-snapshots Comphenix Maven Snapshots http://repo.comphenix.net/content/repositories/snapshots/ - + onarandombox http://repo.onarandombox.com/content/groups/public - + - + - + - + mysql mysql-connector-java 5.1.35 - + org.xerial sqlite-jdbc 3.8.10.1 - + com.h2database h2 1.4.187 - + com.sun.mail @@ -170,7 +200,15 @@ geoip-api 1.2.14 - + + + + org.spigotmc + spigot-api + ${bukkitVersion} + + com.comphenix.attribute AttributeStorage @@ -180,50 +218,47 @@ org.bukkit bukkit + + org.bukkit + craftbukkit + - - - - - org.spigotmc - spigot-api - ${bukkitVersion} - - + net.milkbowl.vault Vault 1.5.4 - provided org.bukkit bukkit + + org.bukkit + craftbukkit + - + net.citizensnpcs citizensapi 2.0.16-SNAPSHOT - provided org.bukkit bukkit - net.milkbowl.vault - Vault + org.bukkit + craftbukkit - + com.onarandombox.multiversecore @@ -237,12 +272,12 @@ bukkit - net.milkbowl.vault - Vault + org.bukkit + craftbukkit - + net.ess3 @@ -254,12 +289,12 @@ bukkit - net.milkbowl.vault - Vault + org.bukkit + craftbukkit - + net.minelink @@ -270,9 +305,13 @@ org.bukkit bukkit + + org.bukkit + craftbukkit + - + com.trc202 @@ -283,9 +322,13 @@ org.bukkit bukkit + + org.bukkit + craftbukkit + - + de.luricos.bukkit @@ -296,9 +339,13 @@ org.bukkit bukkit + + org.bukkit + craftbukkit + - + org.spoutcraft @@ -309,11 +356,15 @@ org.bukkit bukkit + + org.bukkit + craftbukkit + - + - + com.Acrobot @@ -327,12 +378,12 @@ bukkit - net.milkbowl.vault - Vault + org.bukkit + craftbukkit - + net.citizensnpcs @@ -341,7 +392,7 @@ system ${project.basedir}/libs/Citizens.jar - + com.cypherx @@ -350,7 +401,7 @@ system ${project.basedir}/libs/xAuth.jar - + me.muizers @@ -359,6 +410,6 @@ system ${project.basedir}/libs/Notifications.jar - + diff --git a/snapshots/AuthMe-5.0-SNAPSHOT.jar b/snapshots/AuthMe-5.0-SNAPSHOT.jar deleted file mode 100644 index 2aee53fc..00000000 Binary files a/snapshots/AuthMe-5.0-SNAPSHOT.jar and /dev/null differ diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 967cf87f..623077ff 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -3,7 +3,7 @@ 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 current player. main: fr.xephi.authme.AuthMe -version: ${version} +version: 5.0-SNAPSHOT softdepend: [Vault, ChestShop, Spout, Multiverse-Core, Notifications, Citizens, CombatTag, Essentials, EssentialsSpawn] commands: register: @@ -164,4 +164,4 @@ permissions: default: op authme.admin.resetposition: description: Reset last position for a player - default: op \ No newline at end of file + default: op