From ec175e4fd11eaa3e2c3e095588f78e4094797d6f Mon Sep 17 00:00:00 2001 From: tastybento Date: Sun, 7 Jul 2019 14:40:36 -0700 Subject: [PATCH] Updated POM --- pom.xml | 472 +++++++++++++++++++++++++++++++++----------------------- 1 file changed, 275 insertions(+), 197 deletions(-) diff --git a/pom.xml b/pom.xml index b791f16..684e492 100644 --- a/pom.xml +++ b/pom.xml @@ -1,209 +1,287 @@ - - 4.0.0 + + 4.0.0 - world.bentobox - Greenhouses - 0.0.3-SNAPSHOT + world.bentobox + Greenhouses + ${revision} - Greenhouses - Greenhouses is an add-on for BentoBox, an expandable Minecraft Bukkit plugin for island-type games like ASkyBlock or AcidIsland. - https://github.com/BentoBoxWorld/Greenhouses - 2019 + Greenhouses + Greenhouses is an add-on for BentoBox, an expandable Minecraft Bukkit plugin for island-type games like ASkyBlock or AcidIsland. + https://github.com/BentoBoxWorld/Greenhouses + 2019 - - scm:git:https://github.com/BentoBoxWorld/Greenhouses.git - scm:git:git@github.com:BentoBoxWorld/Greenhouses.git - https://github.com/BentoBoxWorld/Greenhouses - + + scm:git:https://github.com/BentoBoxWorld/Greenhouses.git + scm:git:git@github.com:BentoBoxWorld/Greenhouses.git + https://github.com/BentoBoxWorld/Greenhouses + - - jenkins - http://ci.codemc.org/job/BentoBoxWorld/job/Greenhouses - + + jenkins + http://ci.codemc.org/job/BentoBoxWorld/job/Greenhouses + - - GitHub - https://github.com/BentoBoxWorld/Greenhouses/issues - + + GitHub + https://github.com/BentoBoxWorld/Greenhouses/issues + - - - codemc-snapshots - https://repo.codemc.org/repository/maven-snapshots - - - codemc-releases - https://repo.codemc.org/repository/maven-releases - - - - - UTF-8 - UTF-8 - 1.8 - 1.7.4 - - - - - spigot-repo - https://hub.spigotmc.org/nexus/content/repositories/snapshots - - - codemc-public - https://repo.codemc.org/repository/maven-public + + + codemc-snapshots + https://repo.codemc.org/repository/maven-snapshots + + + codemc-releases + https://repo.codemc.org/repository/maven-releases - + - - - org.spigotmc - spigot-api - 1.13.2-R0.1-SNAPSHOT - provided - - - org.mockito - mockito-all - 1.10.19 - test - - - org.powermock - powermock-module-junit4 - ${powermock.version} - test - - - org.powermock - powermock-api-mockito - ${powermock.version} - test - - - world.bentobox - bentobox - 1.5.0-SNAPSHOT - - + + UTF-8 + UTF-8 + 1.8 + 1.7.4 + + 1.14.3-R0.1-SNAPSHOT + 1.6.0-SNAPSHOT + + ${build.version}-SNAPSHOT + + 0.3.0 + -LOCAL + - - clean package - - - src/main/resources - true - - - src/main/resources/locales - ./locales - false - - - - - org.apache.maven.plugins - maven-clean-plugin - 3.1.0 - - - org.apache.maven.plugins - maven-resources-plugin - 3.1.0 - - - org.apache.maven.plugins - maven-compiler-plugin - 3.7.0 - - ${java.version} - ${java.version} - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.22.0 - - - org.apache.maven.plugins - maven-jar-plugin - 3.1.0 - - - org.apache.maven.plugins - maven-source-plugin - 3.0.1 - - - attach-sources - - jar-no-fork - - - - - - org.apache.maven.plugins - maven-install-plugin - 2.5.2 - - - org.apache.maven.plugins - maven-deploy-plugin - 2.8.2 - - - org.jacoco - jacoco-maven-plugin - 0.8.1 - - true - - - - pre-unit-test - - prepare-agent - - - - post-unit-test - - report - - - - - - + + + + + ci + + + env.BUILD_NUMBER + + + + + -b${env.BUILD_NUMBER} + + + + + + + + master + + + env.GIT_BRANCH + origin/master + + + + + ${build.version} + + + + + + sonar + + https://sonarcloud.io + bentobox-world + + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + 5.1 + + + verify + + sonar + + + + + + + + - - - sonar - - https://sonarcloud.io - bentobox-world - - - - - org.sonarsource.scanner.maven - sonar-maven-plugin - 5.1 - - - verify - - sonar - - - - - - - - + + + spigot-repo + https://hub.spigotmc.org/nexus/content/repositories/snapshots + + + codemc-repo + https://repo.codemc.org/repository/maven-public/ + + + + + + org.spigotmc + spigot-api + ${spigot.version} + provided + + + world.bentobox + bentobox + ${bentobox.version} + provided + + + + org.mockito + mockito-all + 1.10.19 + test + + + org.powermock + powermock-module-junit4 + ${powermock.version} + test + + + org.powermock + powermock-api-mockito + ${powermock.version} + test + + + + + + + + + + + + + ${project.name}-${revision}${build.number} + + clean package + + + src/main/resources + true + + + src/main/resources/locales + ./locales + false + + + + + org.apache.maven.plugins + maven-clean-plugin + 3.1.0 + + + org.apache.maven.plugins + maven-resources-plugin + 3.1.0 + + + org.apache.maven.plugins + maven-compiler-plugin + 3.7.0 + + ${java.version} + ${java.version} + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.0 + + + org.apache.maven.plugins + maven-jar-plugin + 3.1.0 + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.0.1 + + public + false + -Xdoclint:none + + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-source-plugin + 3.0.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-install-plugin + 2.5.2 + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + + org.jacoco + jacoco-maven-plugin + 0.8.1 + + true + + + + pre-unit-test + + prepare-agent + + + + post-unit-test + + report + + + + + + \ No newline at end of file