Fix the docker push image to nexus 13/7113/1
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Wed, 9 Aug 2017 12:53:56 +0000 (05:53 -0700)
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Wed, 9 Aug 2017 12:54:17 +0000 (05:54 -0700)
Removal of a useless flag used to skip the docker image tagging

Change-Id: I908d63ace310e72508955c698449fe08d5ecd2c8
Issue-id: CLAMP-38
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index c51948b..f35c665 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,6 @@
 
                <docker.push.registry>localhost:5000</docker.push.registry>
                <skip.docker.build>true</skip.docker.build>
-               <skip.docker.tag>true</skip.docker.tag>
                <skip.docker.push>true</skip.docker.push>
                <skip.staging.artifacts>false</skip.staging.artifacts>
 
                                                <configuration>
                                                        <image>onap/clamp</image>
                                                        <newName>${docker.push.registry}/onap/clamp</newName>
-                                                       <skipDockerTag>${skip.docker.tag}</skipDockerTag>
+                                                       <skipDockerTag>${skip.docker.push}</skipDockerTag>
                                                </configuration>
                                        </execution>
                                        <execution>