From: Arthur Martella Date: Tue, 30 Oct 2018 14:35:33 +0000 (-0400) Subject: Add maven-assembly-plugin to pom.xml X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=4136ae565a21538658929008635468f21c2cfbb8;p=music%2Fmdbc.git Add maven-assembly-plugin to pom.xml This will build mdbc-0.0.1-SNAPSHOT-jar-with-dependencies.jar to run the server. Change-Id: I63ee5f7d04c9bccb7f53e2f058ed28a55d21a528 Issue-ID: MUSIC-158 Signed-off-by: Arthur Martella --- diff --git a/pom.xml b/pom.xml index 05994f5..769d047 100755 --- a/pom.xml +++ b/pom.xml @@ -132,6 +132,24 @@ 8 + + maven-assembly-plugin + 3.1.0 + + + jar-with-dependencies + + + + + make-assembly + package + + single + + + +