diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..2c4a2fe --- /dev/null +++ b/pom.xml @@ -0,0 +1,139 @@ + + + 4.0.0 + + io.github.mviper + bomberman + 1.0.0 + Bomberman + Bomberman plugin for Minecraft + jar + + + 21 + UTF-8 + 1.21.1-R0.1-SNAPSHOT + 7.3.4 + 2.11.6 + 0.4.8 + 5.10.2 + 5.12.0 + + + + + spigot-repo + https://hub.spigotmc.org/nexus/content/repositories/snapshots/ + + + enginehub-repo + https://maven.enginehub.org/repo/ + + + placeholderapi-repo + https://repo.extendedclip.com/content/repositories/placeholderapi/ + + + sonatype-snapshots + https://oss.sonatype.org/content/repositories/snapshots/ + + + + + + org.spigotmc + spigot-api + ${spigot.version} + provided + + + com.sk89q.worldedit + worldedit-bukkit + ${worldedit.version} + provided + + + me.clip + placeholderapi + ${placeholderapi.version} + provided + + + net.objecthunter + exp4j + ${exp4j.version} + + + org.junit.jupiter + junit-jupiter + ${junit.version} + test + + + org.mockito + mockito-core + ${mockito.version} + test + + + + + + + src/main/resources + true + + **/*.zip + + + + src/main/resources + false + + **/*.zip + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.13.0 + + ${maven.compiler.release} + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.2.5 + + false + + + + org.apache.maven.plugins + maven-shade-plugin + 3.6.0 + + + package + + shade + + + false + + + net.objecthunter:exp4j + + + + + + + + +