From e194dbfa16ae10f200b2fe369005617aa34f46e8 Mon Sep 17 00:00:00 2001 From: M_Viper Date: Fri, 15 Aug 2025 16:16:11 +0000 Subject: [PATCH] Dateien nach "DIST" hochladen --- DIST/DIST.iml | 24 +++++++++++++++++ DIST/pom.xml | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 98 insertions(+) create mode 100644 DIST/DIST.iml create mode 100644 DIST/pom.xml diff --git a/DIST/DIST.iml b/DIST/DIST.iml new file mode 100644 index 0000000..261c986 --- /dev/null +++ b/DIST/DIST.iml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/DIST/pom.xml b/DIST/pom.xml new file mode 100644 index 0000000..6e376d4 --- /dev/null +++ b/DIST/pom.xml @@ -0,0 +1,74 @@ + + + + 4.0.0 + + + com.trafalcraft.antiRedstoneClock + AntiRedstoneClock-Reborn + 2.0 + + + DIST + pom + + + 17 + 17 + UTF-8 + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 17 + 17 + + + + org.apache.maven.plugins + maven-jar-plugin + 3.0.2 + + + org.apache.maven.plugins + maven-assembly-plugin + 3.1.0 + + + package-all + package + + single + + + false + + ${project.basedir}/../src/main/resources/all-jar.xml + + + + + + + + + + + ${project.groupId} + MAIN + ${project.version} + jar + compile + + + +