From f79d42a45e81ebad1cc3af1cefb2bf3f1f4f5e9d Mon Sep 17 00:00:00 2001 From: Rainnny7 Date: Fri, 26 Apr 2024 13:55:59 -0400 Subject: [PATCH] Build demo plugin jar to /jars --- DemoSpigotPlugin/.gitignore | 1 + DemoSpigotPlugin/pom.xml | 12 ++++++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/DemoSpigotPlugin/.gitignore b/DemoSpigotPlugin/.gitignore index d1e6768..4eb8da4 100644 --- a/DemoSpigotPlugin/.gitignore +++ b/DemoSpigotPlugin/.gitignore @@ -17,6 +17,7 @@ cmake-build-*/ *.iws out/ build/ +jars/ target/ .idea_modules/ atlassian-ide-plugin.xml diff --git a/DemoSpigotPlugin/pom.xml b/DemoSpigotPlugin/pom.xml index e69b729..5cda745 100644 --- a/DemoSpigotPlugin/pom.xml +++ b/DemoSpigotPlugin/pom.xml @@ -38,16 +38,20 @@ org.apache.maven.plugins - maven-shade-plugin - 3.5.3 + maven-assembly-plugin + 3.6.0 - false + ${project.basedir}/jars + false + + jar-with-dependencies + package - shade + single