From c0d1531712035e7dbd47b52dedbf657939961260 Mon Sep 17 00:00:00 2001 From: Elena Hardon Date: Thu, 5 Jul 2018 16:43:31 +0300 Subject: [PATCH] RM-6377 Modified poms to have custom releases for enterprise and community --- pom.xml | 52 ++++++++++++++++++++++++-- rm-community/rm-community-repo/pom.xml | 25 +++++++++++-- 2 files changed, 71 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 7ba0cf08e8..5cc8f45240 100644 --- a/pom.xml +++ b/pom.xml @@ -343,10 +343,10 @@ - + + - release + release-enterprise @@ -380,6 +380,52 @@ + + + + release-community + + + + + io.fabric8 + fabric8-maven-plugin + ${fabric8.maven.version} + + + + ${image.name}:${project.version} + ${image.registry} + + ${project.basedir}/ + + + + + ${image.name}:${project.version} + + ${project.basedir}/ + + + + + + + + build-push-image + deploy + + build + push + + + + + + + + diff --git a/rm-community/rm-community-repo/pom.xml b/rm-community/rm-community-repo/pom.xml index 1bee1bcb8e..fdfbd12cca 100644 --- a/rm-community/rm-community-repo/pom.xml +++ b/rm-community/rm-community-repo/pom.xml @@ -697,9 +697,9 @@ - - release - + + release-community + io.fabric8 @@ -708,12 +708,31 @@ ${image.name}:${project.version} + ${image.registry} ${project.basedir}/ + + + ${image.name}:${project.version} + + ${project.basedir}/ + + + + + + build-push-image + deploy + + build + push + + +