From aab738efb0f64574b8d4770b27d32308f0f01eeb Mon Sep 17 00:00:00 2001 From: Alexandru-Eusebiu Epure Date: Wed, 14 Mar 2018 09:22:01 +0200 Subject: [PATCH] Remove the created "release" profile and instead add it to the deploy phase. --- alfresco-docker-alfresco-pdf-renderer/pom.xml | 67 +++++++++---------- alfresco-docker-imagemagick/pom.xml | 67 +++++++++---------- alfresco-docker-libreoffice/pom.xml | 67 +++++++++---------- 3 files changed, 93 insertions(+), 108 deletions(-) diff --git a/alfresco-docker-alfresco-pdf-renderer/pom.xml b/alfresco-docker-alfresco-pdf-renderer/pom.xml index 7459541a..b84cabfc 100644 --- a/alfresco-docker-alfresco-pdf-renderer/pom.xml +++ b/alfresco-docker-alfresco-pdf-renderer/pom.xml @@ -62,6 +62,37 @@ + + + + io.fabric8 + fabric8-maven-plugin + 3.5.37 + + + + alfresco/${artifactId} + quay.io + + ${project.basedir}/ + + ${project.version} + + + + + + + + buildAndPush + + build + push + + deploy + + + @@ -100,41 +131,5 @@ - - - release - - - - io.fabric8 - fabric8-maven-plugin - 3.5.37 - - - - alfresco/${artifactId} - quay.io - - ${project.basedir}/ - - ${project.version} - - - - - - - - buildAndPush - - build - push - - - - - - - diff --git a/alfresco-docker-imagemagick/pom.xml b/alfresco-docker-imagemagick/pom.xml index 31452caf..e64abed3 100644 --- a/alfresco-docker-imagemagick/pom.xml +++ b/alfresco-docker-imagemagick/pom.xml @@ -62,6 +62,37 @@ + + + + io.fabric8 + fabric8-maven-plugin + 3.5.37 + + + + alfresco/${artifactId} + quay.io + + ${project.basedir}/ + + ${project.version} + + + + + + + + buildAndPush + + build + push + + deploy + + + @@ -100,41 +131,5 @@ - - - release - - - - io.fabric8 - fabric8-maven-plugin - 3.5.37 - - - - alfresco/${artifactId} - quay.io - - ${project.basedir}/ - - ${project.version} - - - - - - - - buildAndPush - - build - push - - - - - - - diff --git a/alfresco-docker-libreoffice/pom.xml b/alfresco-docker-libreoffice/pom.xml index 71c92651..a13364db 100644 --- a/alfresco-docker-libreoffice/pom.xml +++ b/alfresco-docker-libreoffice/pom.xml @@ -72,6 +72,37 @@ + + + + io.fabric8 + fabric8-maven-plugin + 3.5.37 + + + + alfresco/${artifactId} + quay.io + + ${project.basedir}/ + + ${project.version} + + + + + + + + buildAndPush + + build + push + + deploy + + + @@ -110,41 +141,5 @@ - - - release - - - - io.fabric8 - fabric8-maven-plugin - 3.5.37 - - - - alfresco/${artifactId} - quay.io - - ${project.basedir}/ - - ${project.version} - - - - - - - - buildAndPush - - build - push - - - - - - -