From: Mohammad Salehe Date: Tue, 27 Nov 2018 00:31:58 +0000 (-0500) Subject: Add shade plugin to maven pom.xml X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F39%2F75039%2F3;p=music.git Add shade plugin to maven pom.xml Add shade plugin to maven pom.xml to be able to create fat jars Change-Id: I2ed41cfee6a7fe088b4072fed11d04c36724c730 Issue-ID: MUSIC-148 Signed-off-by: Mohammad Salehe --- diff --git a/pom.xml b/pom.xml index 6d5bd06b..59958c95 100755 --- a/pom.xml +++ b/pom.xml @@ -139,6 +139,40 @@ + + org.apache.maven.plugins + maven-shade-plugin + + + + shade + + + true + + + META-INF/spring.handlers + + + META-INF/spring.factories + + + META-INF/spring.schemas + + + + org.onap.music.testruns.ComparisonPoints1 + + + + + + org.apache.maven.plugins maven-install-plugin