From bb1389490766d3a80ae43b6ab748c88ba2ce2a9d Mon Sep 17 00:00:00 2001 From: gjoranv Date: Wed, 12 Sep 2018 12:38:04 +0200 Subject: Use shade plugin instead of assembly. NOTE: the fat jar will no longer be attached to the artifact. --- config-proxy/pom.xml | 43 +++++++++++++++++++++++++------------------ 1 file changed, 25 insertions(+), 18 deletions(-) diff --git a/config-proxy/pom.xml b/config-proxy/pom.xml index 0985eeca6cf..e5498aae5ec 100644 --- a/config-proxy/pom.xml +++ b/config-proxy/pom.xml @@ -87,24 +87,31 @@ - org.apache.maven.plugins - maven-assembly-plugin - - - jar-with-dependencies - - - - - make-assembly - package - - single - - - - - + org.apache.maven.plugins + maven-shade-plugin + + ${project.artifactId}-jar-with-dependencies + + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + + + + package + + shade + + + + org.apache.maven.plugins maven-surefire-plugin -- cgit v1.2.3