From: Bruno Sakoto Date: Tue, 23 Feb 2021 17:32:09 +0000 (+0000) Subject: Merge "Fix docker image generation when not profile is selected" X-Git-Tag: 1.0.0~18 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=f2ce686eeb0781afb6766034581d9508d3501d55;hp=277382c32a419a77976dbc04c64ef73d99e0f24b;p=cps.git Merge "Fix docker image generation when not profile is selected" --- diff --git a/cps-application/pom.xml b/cps-application/pom.xml index 378b67101..8ea2db384 100644 --- a/cps-application/pom.xml +++ b/cps-application/pom.xml @@ -34,7 +34,6 @@ org.onap.cps.Application - cps-service ${project.version} 2.6.0 0.0 @@ -105,10 +104,6 @@ org.springframework.boot spring-boot-maven-plugin - - com.google.cloud.tools - jib-maven-plugin - @@ -117,12 +112,24 @@ false + + + cps-service + ${project.groupId} cps-rest + + + + com.google.cloud.tools + jib-maven-plugin + + + xnf-docker @@ -140,11 +147,19 @@ cps-nf-proxy-rest + + + + com.google.cloud.tools + jib-maven-plugin + + + cps-xnf-docker - false + true @@ -161,6 +176,14 @@ cps-nf-proxy-rest + + + + com.google.cloud.tools + jib-maven-plugin + + + \ No newline at end of file