From 816b95afb6b461ac8219735279eb2b1aef3c5050 Mon Sep 17 00:00:00 2001 From: Adrian Malacoda Date: Sun, 30 May 2021 19:09:41 -0500 Subject: [PATCH] Shade piecannon app jar. --- desktop/pom.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/desktop/pom.xml b/desktop/pom.xml index 7eab2bf..f288176 100644 --- a/desktop/pom.xml +++ b/desktop/pom.xml @@ -57,6 +57,31 @@ maven-surefire-plugin 2.22.2 + + org.apache.maven.plugins + maven-jar-plugin + + + + true + net.monarchpass.piecannon.App + + + + + + org.apache.maven.plugins + maven-shade-plugin + 3.2.4 + + + package + + shade + + + +