From f8b8740ea8895961d1900ab3bdd47d6b18c4004d Mon Sep 17 00:00:00 2001 From: Andrew Lalis Date: Mon, 31 May 2021 08:00:21 +0200 Subject: [PATCH] Added assembly plugin config. --- pom.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/pom.xml b/pom.xml index a28633b..75c9717 100644 --- a/pom.xml +++ b/pom.xml @@ -41,6 +41,31 @@ maven-surefire-plugin 2.22.2 + + org.apache.maven.plugins + maven-assembly-plugin + 3.3.0 + + + + nl.andrewlalis.crystalkeep.CrystalKeep + + + + jar-with-dependencies + + true + + + + make-assembly + package + + single + + + +