From 04f0d82057c3acc6a7021e3231660b807c5f3c92 Mon Sep 17 00:00:00 2001 From: Elena Hardon Date: Mon, 9 Jul 2018 14:50:55 +0300 Subject: [PATCH] Removed duplicated declarations of release profiles, updated readme file and edited the comments from the release profiles in the parent pom --- README.md | 2 +- pom.xml | 4 ++-- rm-community/rm-community-repo/pom.xml | 27 -------------------------- 3 files changed, 3 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 626e5ab715..2ce5ab2ae7 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ Depending on which version of AGS you want to start, Community or Enterprise, ** From the root folder of the project you can create both the Repo and the Share images for Community and Enterprise. To build all the images use the following command: ``` -mvn install -PbuildDockerImages +mvn install -PbuildDockerImage ``` If only the Community or Enterprise images need to be built than the same command as above must be run either in the rm-community or rm-enterprise modules. diff --git a/pom.xml b/pom.xml index 51a06275ac..c5666b67a6 100644 --- a/pom.xml +++ b/pom.xml @@ -344,7 +344,7 @@ - + release-enterprise @@ -382,7 +382,7 @@ + the community deploy goal encounters--> release-community diff --git a/rm-community/rm-community-repo/pom.xml b/rm-community/rm-community-repo/pom.xml index a9017bb4ca..6768a1792c 100644 --- a/rm-community/rm-community-repo/pom.xml +++ b/rm-community/rm-community-repo/pom.xml @@ -704,33 +704,6 @@ io.fabric8 fabric8-maven-plugin - - - - ${image.name}:${project.version} - ${image.registry} - - ${project.basedir}/ - - - - ${image.name}:${project.version} - - ${project.basedir}/ - - - - - - - build-push-image - deploy - - build - push - - -