From f226ec59f5d8d6056c59d90deed17988a69e7d20 Mon Sep 17 00:00:00 2001 From: potzplitz <127513690+potzplitz@users.noreply.github.com> Date: Sun, 3 Mar 2024 14:20:45 +0100 Subject: [PATCH] fdasfs --- pom.xml | 95 ++++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 87 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 9730b79..8f757e2 100644 --- a/pom.xml +++ b/pom.xml @@ -53,26 +53,105 @@ org.apache.maven.plugins - maven-jar-plugin - 3.2.0 + maven-assembly-plugin + 3.3.0 - true main.Main + + jar-with-dependencies + - package + make-assembly package - jar + single + + + + + + + + + 4.0.0 + ExtremeDemonList + ExtremeDemonList + 0.0.1-SNAPSHOT + + + 17 + 17 + + + + + + org.json + json + 20140107 + + + com.google.code.gson + gson + 2.8.6 + + + commons-io + commons-io + 2.6 + + + joda-time + joda-time + 2.9.2 + + + junit + junit + 4.12 + test + + + + + src + + + maven-compiler-plugin + 3.8.1 + + 17 + + + + org.apache.maven.plugins + maven-assembly-plugin + 3.3.0 + + + + main.Main + + + + jar-with-dependencies + + + + + make-assembly + package + + single - - ${project.build.directory}/staging -