From f94db30218f59ce5110e890234440837027c22db Mon Sep 17 00:00:00 2001 From: Claudio David Gasparini Date: Wed, 20 Jan 2021 11:42:19 +0100 Subject: Move jib plugin configuration from parent and leave profile generating container under single module responsible of such task Issue-ID: CPS-22 Signed-off-by: Claudio David Gasparini Change-Id: Iaf4b0d6ef8211aab0556288912a6a49bf4c98bfd --- cps-parent/pom.xml | 51 --------------------------------------------------- 1 file changed, 51 deletions(-) (limited to 'cps-parent') diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index f427555aa1..c3b61541f6 100755 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -59,57 +59,6 @@ - - - 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 - - - - - - - - - - -- cgit 1.2.3-korg