From 68b7189e50158c95b9c79b0395d121450f117ab3 Mon Sep 17 00:00:00 2001 From: Mohammad Salehe Date: Mon, 26 Nov 2018 19:31:58 -0500 Subject: 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 --- pom.xml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) 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 -- cgit 1.2.3-korg