From 4136ae565a21538658929008635468f21c2cfbb8 Mon Sep 17 00:00:00 2001 From: Arthur Martella Date: Tue, 30 Oct 2018 10:35:33 -0400 Subject: [PATCH] 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 --- pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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 + + + + -- 2.16.6