From: Michael Lando Date: Mon, 21 May 2018 06:41:03 +0000 (+0300) Subject: update pom to create fat jar X-Git-Tag: v1.2.0~38 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F59%2F48259%2F1;p=sdc.git update pom to create fat jar since security utils now has depandencys it needs to be packaged with them. Change-Id: I6db356cf3e849f4fb9588b83f1745a5fe06440c4 Issue-ID: SDC-1346 Signed-off-by: Michael Lando --- diff --git a/security-utils/pom.xml b/security-utils/pom.xml index 56a02fe083..58ac504870 100644 --- a/security-utils/pom.xml +++ b/security-utils/pom.xml @@ -36,4 +36,32 @@ + + + + org.apache.maven.plugins + maven-assembly-plugin + + + create.jar.with.dependencies + package + + single + + + + + org.openecomp.sdc.security.Passwords + + + + jar-with-dependencies + + + + + + + +