Drop registry prefix from pom.xml 65/43165/1
authorMohammed Naser <mnaser@vexxhost.com>
Mon, 16 Apr 2018 20:20:22 +0000 (13:20 -0700)
committerMohammed Naser <mnaser@vexxhost.com>
Mon, 16 Apr 2018 20:23:10 +0000 (13:23 -0700)
The registry prefix is not needed as when things get published
the maven plugin automatically prefixes them when you supply
it as part of the maven arguments.

Change-Id: I18aa3f62446b3a16924e2d3733e294bb98dd33b4
Issue-ID: CIMAN-154
Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 1de7e4c..752ae2d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                <configuration>
                                        <verbose>true</verbose>
                                        <serverId>docker-hub</serverId>
-                                       <imageName>${docker.push.registry}/onap/${project.artifactId}</imageName>
+                                       <imageName>onap/${project.artifactId}</imageName>
                                        <dockerDirectory>${docker.location}</dockerDirectory>
                                        <imageTags>
                                                <imageTag>latest</imageTag>