From: Claudio David Gasparini Date: Mon, 16 Nov 2020 16:37:15 +0000 (+0100) Subject: Provide profile for build and deploy docker X-Git-Tag: 0.0.1~112 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=8710dc4267300485119485499de613279bce0e7b;p=cps.git Provide profile for build and deploy docker By default profile will be disable Issue-ID: CPS-22 Signed-off-by: Claudio David Gasparini Change-Id: I4a605becf195b3f968d71a6ca1a0fd26e9c0a7be --- diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index 643d2cc63f..ea979b1b94 100644 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -27,6 +27,57 @@ ${project.version} + + + Docker + + false + + + + + + com.google.cloud.tools + jib-maven-plugin + ${jib-maven-plugin.version} + + + ${app} + USE_CURRENT_TIMESTAMP + + + ${base.image} + + + ${repository.name} + + ${tag.version} + + + + + + package + build + + dockerBuild + + + + deploy + buildAndPush + + build + + + + + + + + + + @@ -197,22 +248,6 @@ - - - package - build - - dockerBuild - - - - deploy - buildAndPush - - build - - -