From 5cb70ec9f0d5f143f9a6c0a300c7f959731172cc Mon Sep 17 00:00:00 2001 From: "waqas.ikram" Date: Fri, 14 Aug 2020 13:01:59 +0100 Subject: Adding support for SOL005 NBI (SO-3155) and creating docker image (SO-3156) Change-Id: Ic1bc83d260c87c112dda66fedf52d5fe098262b3 Issue-ID: SO-3155 Signed-off-by: waqas.ikram --- .../so-etsi-nfvo-ns-lcm-application/pom.xml | 55 ++++++++++++++++++++++ 1 file changed, 55 insertions(+) (limited to 'so-etsi-nfvo/so-etsi-nfvo-ns-lcm/so-etsi-nfvo-ns-lcm-application/pom.xml') diff --git a/so-etsi-nfvo/so-etsi-nfvo-ns-lcm/so-etsi-nfvo-ns-lcm-application/pom.xml b/so-etsi-nfvo/so-etsi-nfvo-ns-lcm/so-etsi-nfvo-ns-lcm-application/pom.xml index cf6a3f8e1d..66fbc370d1 100644 --- a/so-etsi-nfvo/so-etsi-nfvo-ns-lcm/so-etsi-nfvo-ns-lcm-application/pom.xml +++ b/so-etsi-nfvo/so-etsi-nfvo-ns-lcm/so-etsi-nfvo-ns-lcm-application/pom.xml @@ -8,4 +8,59 @@ so-etsi-nfvo-ns-lcm-application SO ETSI NFVO NS LCM Application + + + + ${project.artifactId}-${project.version} + + + org.springframework.boot + spring-boot-maven-plugin + + org.onap.so.etsi.nfvo.ns.lcm.app.Application + + + + + repackage + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + original + + + + + org.jacoco + jacoco-maven-plugin + + + org.apache.maven.plugins + maven-surefire-plugin + + + DEBUG + + 2 + suites + false + 1 + + + + + + + + org.onap.so.etsi.nfvo + so-etsi-nfvo-ns-lcm-service + ${project.version} + + \ No newline at end of file -- cgit 1.2.3-korg