From 324b724f79f44cd0405a2946206f1339dfe52100 Mon Sep 17 00:00:00 2001 From: M_Viper Date: Fri, 15 Aug 2025 17:17:26 +0000 Subject: [PATCH] Dateien nach "/" hochladen --- pom.xml | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..32387f5 --- /dev/null +++ b/pom.xml @@ -0,0 +1,95 @@ + + + + + 4.0.0 + + com.M_Viper.mysqlinventorybridge + MysqlInventoryBridge + 1.0.0 + jar + Mysql Inventory Bridge + Spigot Plugin zur Inventar-Verwaltung mit MySQL Anbindung + + + 17 + 1.21.4-R0.1-SNAPSHOT + UTF-8 + UTF-8 + + + + + spigot-snapshots + https://hub.spigotmc.org/nexus/content/repositories/snapshots/ + + + central + https://repo.maven.apache.org/maven2 + + + + + + + org.spigotmc + spigot-api + ${spigot.version} + provided + + + + + net.dmulloy2 + ProtocolLib + 5.4.0 + provided + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + ${java.version} + ${java.version} + ${project.build.sourceEncoding} + + + + + + org.apache.maven.plugins + maven-resources-plugin + 3.3.1 + + ${project.build.sourceEncoding} + + + + + + org.apache.maven.plugins + maven-jar-plugin + 3.2.0 + + + + true + libs/ + com.deinname.mysqlinventorybridge.Main + + + + + + + +