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-application/pom.xml | 152 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 152 insertions(+) create mode 100644 cps-application/pom.xml (limited to 'cps-application/pom.xml') diff --git a/cps-application/pom.xml b/cps-application/pom.xml new file mode 100644 index 000000000..a159ad883 --- /dev/null +++ b/cps-application/pom.xml @@ -0,0 +1,152 @@ + + + 4.0.0 + + + org.onap.cps + cps-parent + 0.0.1-SNAPSHOT + ../cps-parent/pom.xml + + + cps-application + + + 0.0 + + + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-tomcat + + + + + org.springframework.boot + spring-boot-starter-actuator + + + org.springframework.cloud + spring-cloud-starter-sleuth + + + + + + + + com.google.cloud.tools + jib-maven-plugin + + + package + build + + dockerBuild + + + + deploy + buildAndPush + + build + + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + + + cps-docker + + false + + + + + ${project.groupId} + cps-rest + + + + + + com.google.cloud.tools + jib-maven-plugin + + + + + + xnf-docker + + false + + + + org.onap.cps.Application + nexus3.onap.org:10001/onap/cps-nf-proxy + + + + + ${project.groupId} + cps-nf-proxy-rest + + + + + + com.google.cloud.tools + jib-maven-plugin + + + + + + cps-xnf-docker + + false + + + + org.onap.cps.Application + nexus3.onap.org:10001/onap/cps-and-nf-proxy + + + + + ${project.groupId} + cps-rest + + + ${project.groupId} + cps-nf-proxy-rest + + + + + + com.google.cloud.tools + jib-maven-plugin + + + + + + \ No newline at end of file -- cgit 1.2.3-korg