From d8c2cab70e28690e2f292d45b0ea3c415b9e494d Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Thu, 7 Dec 2017 15:29:50 -0500 Subject: Add main class to manifest Start script for dmaap-listener expects jar to contain a main class Change-Id: I903330cd78209bf76da9c367bd14c80af8d26771 Issue-ID: CCSDK-153 Signed-off-by: Dan Timoney --- dmaap-listener/pom.xml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/dmaap-listener/pom.xml b/dmaap-listener/pom.xml index cf30e0e1..e60f1803 100755 --- a/dmaap-listener/pom.xml +++ b/dmaap-listener/pom.xml @@ -90,8 +90,19 @@ 1.7 - - + + org.apache.maven.plugins + maven-jar-plugin + 2.6 + + + + true + org.onap.ccsdk.sli.northbound.dmaapclient.DmaapListener + + + + maven-assembly-plugin 2.6 -- cgit 1.2.3-korg