From aca85c6290850934f62ce04ddd16686e5ca40909 Mon Sep 17 00:00:00 2001 From: Lixfel Date: Sun, 20 Feb 2022 16:58:07 +0100 Subject: [PATCH] Standalone FightSystem Signed-off-by: Lixfel --- FightSystem_Standalone/pom.xml | 92 ++++++++++++++++++++++++++++++++++ pom.xml | 1 + steamwarci.yml | 1 + 3 files changed, 94 insertions(+) create mode 100644 FightSystem_Standalone/pom.xml diff --git a/FightSystem_Standalone/pom.xml b/FightSystem_Standalone/pom.xml new file mode 100644 index 0000000..e3b4ee8 --- /dev/null +++ b/FightSystem_Standalone/pom.xml @@ -0,0 +1,92 @@ + + + + + 4.0.0 + + + steamwar + FightSystem + 1.0 + + + + ${project.basedir}/.. + + + FightSystem_Standalone + 1.0 + + + + + org.apache.maven.plugins + maven-shade-plugin + 3.2.1 + + + package + + shade + + + + + + + steamwar:FightSystem_Main + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack + generate-sources + + unpack-dependencies + + + SpigotCore + plugin.yml,META-INF/** + ${project.build.outputDirectory} + + + + + + FightSystem_Standalone + + + + + steamwar + FightSystem_Main + 1.0 + compile + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index aeee40f..4c536b1 100644 --- a/pom.xml +++ b/pom.xml @@ -60,6 +60,7 @@ FightSystem_18 FightSystem_Core FightSystem_Main + FightSystem_Standalone diff --git a/steamwarci.yml b/steamwarci.yml index a48cedd..7ad548f 100644 --- a/steamwarci.yml +++ b/steamwarci.yml @@ -4,3 +4,4 @@ build: artifacts: "/binarys/fightsystem.jar": "FightSystem_Main/target/fightsystem.jar" + "/binarys/FightSystem_Standalone.jar": "FightSystem_Standalone/target/FightSystem_Standalone.jar"