diff --git a/pom.xml b/pom.xml index a3d4f3f..0e69e4e 100644 --- a/pom.xml +++ b/pom.xml @@ -1,207 +1,172 @@ - 4.0.0 - world.bentobox - limits - Limits - 0.2.3-SNAPSHOT - An add-on for BentoBox that limits blocks and entities on islands. - https://github.com/BentoBoxWorld/Limits - 2018 + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + world.bentobox + limits + Limits + 0.2.3-SNAPSHOT + An add-on for BentoBox that limits blocks and entities on islands. + https://github.com/BentoBoxWorld/Limits + 2018 - - scm:git:https://github.com/BentoBoxWorld/Limits.git - scm:git:git@github.com:BentoBoxWorld/Limits.git - https://github.com/BentoBoxWorld/Limits - + + scm:git:https://github.com/BentoBoxWorld/Limits.git + scm:git:git@github.com:BentoBoxWorld/Limits.git + https://github.com/BentoBoxWorld/Limits + - - jenkins - http://ci.codemc.org/job/BentoBoxWorld/job/Limits - - - - GitHub - https://github.com/BentoBoxWorld/Limits/issues - + + jenkins + http://ci.codemc.org/job/BentoBoxWorld/job/Limits + - - UTF-8 - UTF-8 - 1.8 - 1.7.4 - + + GitHub + https://github.com/BentoBoxWorld/Limits/issues + - - - spigot-repo - https://hub.spigotmc.org/nexus/content/repositories/snapshots - - - codemc - https://repo.codemc.org/repository/maven-snapshots/ - - - codemc-repo - https://repo.codemc.org/repository/maven-public/ - - + + UTF-8 + UTF-8 + 1.8 + 1.7.4 + - - - org.spigotmc - spigot-api - 1.14.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 - provided - - - com.songoda - EpicSpawners-API - 5.2 - provided - - + + + my-local-repo + file://${basedir}/src/main/resources/jars + + + spigot-repo + https://hub.spigotmc.org/nexus/content/repositories/snapshots + + + codemc + https://repo.codemc.org/repository/maven-snapshots/ + + + codemc-repo + https://repo.codemc.org/repository/maven-public/ + + - - 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 - - - - - - + + + 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 + provided + + + com.songoda + EpicSpawners-API + 6.0.2 + provided + + + + + 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-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 + + + + + + diff --git a/src/main/resources/jars/com/songoda/EpicSpawners-API/6.0.2/EpicSpawners-API-6.0.2.jar b/src/main/resources/jars/com/songoda/EpicSpawners-API/6.0.2/EpicSpawners-API-6.0.2.jar new file mode 100644 index 0000000..7933db7 Binary files /dev/null and b/src/main/resources/jars/com/songoda/EpicSpawners-API/6.0.2/EpicSpawners-API-6.0.2.jar differ diff --git a/src/main/resources/jars/com/songoda/EpicSpawners-API/6.0.2/EpicSpawners-API-6.0.2.pom b/src/main/resources/jars/com/songoda/EpicSpawners-API/6.0.2/EpicSpawners-API-6.0.2.pom new file mode 100644 index 0000000..7dcfd0e --- /dev/null +++ b/src/main/resources/jars/com/songoda/EpicSpawners-API/6.0.2/EpicSpawners-API-6.0.2.pom @@ -0,0 +1,9 @@ + + + 4.0.0 + com.songoda + EpicSpawners-API + 6.0.2 + POM was created from install:install-file + diff --git a/src/main/resources/jars/com/songoda/EpicSpawners-API/maven-metadata-local.xml b/src/main/resources/jars/com/songoda/EpicSpawners-API/maven-metadata-local.xml new file mode 100644 index 0000000..e5b0e32 --- /dev/null +++ b/src/main/resources/jars/com/songoda/EpicSpawners-API/maven-metadata-local.xml @@ -0,0 +1,12 @@ + + + com.songoda + EpicSpawners-API + + 6.0.2 + + 6.0.2 + + 20190627012640 + +