diff --git a/.gitignore b/.gitignore index f265904..607807f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ out/ - +target \.idea/ RepairPlus\.iml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..7f36a40 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,11 @@ +stages: +- build + +build: + stage: build + image: maven:3.3.9-jdk-8 + script: "mvn clean package" + artifacts: + name: "RepairPlus" + paths: + - "/builds/Songoda/RepairPlus/target/*.jar" diff --git a/pom.xml b/pom.xml index ae121bf..ee724b7 100644 --- a/pom.xml +++ b/pom.xml @@ -1,15 +1,32 @@ - - 4.0.0 + com.songoda RepairPlus + 4.0.0 1.4.1 - - jar - RepairPlus + clean package + + + + + + + + + + + + + + + + + + + + 3.6.1 org.apache.maven.plugins maven-compiler-plugin @@ -18,71 +35,150 @@ + + + src/main/resources + true + + + src/main/java - - bukkit-repo - https://hub.spigotmc.org/nexus/content/groups/public/ - - - - vault-repo - http://nexus.hc.to/content/repositories/pub_releases - - - - songoda-public - http://repo.songoda.com/repository/songoda-public/ - - - - songoda-private - http://repo.songoda.com/repository/songoda-private/ - - - - ess-repo - http://repo.ess3.net/content/groups/essentials - - - - placeholderapi - http://repo.extendedclip.com/content/repositories/placeholderapi/ - - - jcenter - http://jcenter.bintray.com + private + http://repo.songoda.com/repository/private - org.spigotmc spigot 1.13.1 - jar - provided - - - - net.milkbowl.vault - VaultAPI - 1.6 - provided - - - - com.songoda.arconix - api - 2.0.0 - provided - com.songoda.arconix - plugin - 2.0.0 - provided + com.songoda + arconix + LATEST + + + org + kingdoms + LATEST + + + net.milkbowl + vault + LATEST + + + me.ryanhamshire + GriefPrevention + LATEST + + + com.sk89q + worldedit + LATEST + + + com.sk89q + worldguard + 7.0.0 + + + com + plotsquared + RELEASE + + + com.palmergames.bukkit + towny + LATEST + + + com.wasteofplastic + askyblock + 3.0.6.8 + + + us.talabrek + ultimateskyblock + LATEST + + + me.markeh + factionsframework + 1.2.0 + + + br.net.fabiozumbi12 + RedProtect + 7.3.0 + + + com.songoda + epicspawners + LATEST + + + com.gmail.nossr50 + mcmmo + LATEST + + + com.gamingmesh + jobs + LATEST + + + me.botsko + prism + LATEST + + + de.diddiz + logblock + LATEST + + + net + coreprotect + LATEST + + + uk.antiperson + stackmob + LATEST + + + net.sothatsit + blockstore + LATEST + + + org.black_ixx + playerpoints + 2.1.4 + + + xyz.wildseries + wildstacker + b6 + + + me.clip + placeholderapi + 2.5.1 + + + com.earth2me + essentials + LATEST + + + bammerbom + ultimatecore + LATEST - \ No newline at end of file +