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