From b77bf2529f15e60c852cf83d5150e75d30068bb0 Mon Sep 17 00:00:00 2001 From: "Claudio D. Gasparini" Date: Thu, 28 Jan 2021 15:36:37 +0100 Subject: Decouple configuration from application - Decouple configuration from application - Generate all 3 types of docker variations Issue-ID: CPS-175 Signed-off-by: Claudio D. Gasparini Change-Id: I1e2e0577c5911f7c79801e4c691d196515dc02a1 --- cps-nf-proxy-rest/pom.xml | 52 ++++++++++------------------------------------- 1 file changed, 11 insertions(+), 41 deletions(-) (limited to 'cps-nf-proxy-rest/pom.xml') diff --git a/cps-nf-proxy-rest/pom.xml b/cps-nf-proxy-rest/pom.xml index 7b5601435..ca2cf8345 100755 --- a/cps-nf-proxy-rest/pom.xml +++ b/cps-nf-proxy-rest/pom.xml @@ -12,9 +12,7 @@ cps-nf-proxy-rest - org.onap.cps.nfproxy.Application - nexus3.onap.org:10001/onap/cps-nf-proxy - 0.44 + 0.0 @@ -52,6 +50,10 @@ io.springfox springfox-boot-starter + + io.swagger + swagger-annotations + org.apache.commons commons-lang3 @@ -92,10 +94,6 @@ - - org.springframework.boot - spring-boot-maven-plugin - io.swagger.codegen.v3 @@ -112,44 +110,16 @@ org.onap.cps.nfproxy.rest.api spring false + + src/gen/java + java11 + true + true + - - - - docker - - false - - - - - com.google.cloud.tools - jib-maven-plugin - - - package - build - - dockerBuild - - - - deploy - buildAndPush - - build - - - - - - - - - -- cgit 1.2.3-korg