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