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 + + +