From fd9c271df77d90abf08fd4bc27317c0896e4dfee Mon Sep 17 00:00:00 2001 From: tastybento Date: Fri, 10 Aug 2018 15:10:31 +0900 Subject: [PATCH] Fixed POM --- pom.xml | 384 ++++++++++++++++++++++++++++++-------------------------- 1 file changed, 208 insertions(+), 176 deletions(-) diff --git a/pom.xml b/pom.xml index b02c206..f7948e9 100644 --- a/pom.xml +++ b/pom.xml @@ -1,189 +1,221 @@ - + 4.0.0 + us.tastybento - bskyblock - jar + BSkyBlock 0.0.1-SNAPSHOT + BSkyBlock - The next generation of ASkyBlock - - 1.8 - 1.8 - UTF-8 - UTF-8 - 1.7.4 - - - clean package install - - - . - false - ${basedir} - - *.yml - - - - schems - false - ${basedir}/schems - - *.schem - - - - locales - false - ${basedir}/locales - - *.yml - - - - - - org.apache.maven.plugins - maven-resources-plugin - 3.0.2 - - - schematic - - - - - maven-compiler-plugin - 3.5 - - 1.8 - 1.8 - - - - - - - - - org.sonarsource.scanner.maven - sonar-maven-plugin - 3.3.0.603 - - - verify - - sonar - - - - - - org.jacoco - jacoco-maven-plugin - 0.8.1 - - true - - - - prepare-agent - - prepare-agent - - - - prepare-agent-integration - - prepare-agent-integration - - - - jacoco-site - verify - - report - - - - - - - - - - sonar - - https://sonarcloud.io - tastybento-github - - - - - org.jacoco - jacoco-maven-plugin - - - org.sonarsource.scanner.maven - sonar-maven-plugin - - - - - - - - org.spigotmc - spigot-api + BSkyBlock is an add-on for BentoBox, an expandable Minecraft Bukkit plugin for island-type games like ASkyBlock or AcidIsland. + https://github.com/BentoBoxWorld/addon-bskyblock + 2018 + + + scm:git:https://github.com/BentoBoxWorld/addon-bskyblock.git + scm:git:git@github.com:BentoBoxWorld/addon-bskyblock.git + https://github.com/BentoBoxWorld/addon-bskyblock + + + + GitHub + https://github.com/BentoBoxWorld/addon-bskyblock/issues + + + + UTF-8 + UTF-8 + 1.8 + 1.7.4 + + + + + spigot-repo + https://hub.spigotmc.org/nexus/content/repositories/snapshots + + + + + + org.spigotmc + spigot-api 1.13-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 + + + org.mongodb + mongodb-driver + 3.8.0 + + world.bentobox bentobox FC-0.9 - - - org.mockito - mockito-all - 1.10.19 - test - - - org.powermock - powermock-module-junit4 - ${powermock.version} - test - - - org.powermock - powermock-api-mockito - ${powermock.version} - test - - - org.mongodb - mongodb-driver - 3.6.3 - - - - - spigot-repo - https://hub.spigotmc.org/nexus/content/repositories/snapshots - - - + + + + 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-shade-plugin + 3.1.1 + + false + + + + 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 + + + + + + + + + + sonar + + https://sonarcloud.io + tastybento-github + + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + 5.1 + + + verify + + sonar + + + + + + + + + \ No newline at end of file