aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2017-08-09 05:53:56 -0700
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2017-08-09 05:54:17 -0700
commitd604f2e0a1f06f2d96f00d8765b73cf67226f2f3 (patch)
treef028223dd74cd911af22198e0c3f66bd6a30b371 /pom.xml
parenta32aaed271436ace217d80dcbb52e0c578af10d4 (diff)
Fix the docker push image to nexus
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>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index c51948b72..f35c665e7 100644
--- 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>
@@ -618,7 +617,7 @@
<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>