From ae8781986c93f2e3e1777ba6a9a0e829e282cfca Mon Sep 17 00:00:00 2001 From: Bjørn Christian Seime Date: Wed, 17 Oct 2018 10:57:25 +0200 Subject: Use maven-shade-plugin to assemble fat jar A bug in maven-assemble-plugin makes it very slow to assemble jar containing BouncyCastle --- filedistribution/pom.xml | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) (limited to 'filedistribution') diff --git a/filedistribution/pom.xml b/filedistribution/pom.xml index 6bfa4362f65..7f8e63892b2 100644 --- a/filedistribution/pom.xml +++ b/filedistribution/pom.xml @@ -91,18 +91,27 @@ - maven-assembly-plugin + org.apache.maven.plugins + maven-shade-plugin - - jar-with-dependencies - + ${project.artifactId}-jar-with-dependencies + + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + - make-assembly package - single + shade -- cgit v1.2.3