From 9e614c87c28109f26ea9534780bcff8a315ecc1f Mon Sep 17 00:00:00 2001 From: Jerry Lee Date: Sun, 9 Dec 2018 19:26:06 +0800 Subject: [PATCH] ! add minimizeJar config for maven-shade-plugin --- pom.xml | 2 ++ pom4ide.xml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 2d5754b5..b3ec9a3d 100644 --- a/pom.xml +++ b/pom.xml @@ -305,6 +305,8 @@ true + + true diff --git a/pom4ide.xml b/pom4ide.xml index bc75c5e6..f6cfccd1 100644 --- a/pom4ide.xml +++ b/pom4ide.xml @@ -305,6 +305,8 @@ true + + true -- GitLab