summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorVarun Gudisena <vg411h@att.com>2017-09-25 16:13:47 -0500
committerVarun Gudisena <vg411h@att.com>2017-09-25 16:14:08 -0500
commite6329b7c4ba770ba1e23c209c97fe2ba5f7c4aeb (patch)
tree62e9106b853529debd9b912e0fefffbb8fb33734 /pom.xml
parentc9b1f058ccb00d8515545ad1e566e269f5046f5f (diff)
Fix docker build issue
Added docker registry url issue-id: DMAAP-144 Change-Id: Ib5947019bdf2324e87782f5381b158ea074ba493 Signed-off-by: Varun Gudisena <vg411h@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 6a76a8e..5b2acdc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -495,7 +495,6 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<dockerLocation>${basedir}/target/swm/package/nix/dist_files/</dockerLocation>
- <docker.registry>hub.docker.com</docker.registry>
<docker.image.prefix>simpledemo</docker.image.prefix>
<module.ajsc.namespace.name>dmaap</module.ajsc.namespace.name>
@@ -534,7 +533,7 @@
<skip.docker.build>true</skip.docker.build>
<skip.docker.push>true</skip.docker.push>
<nexusproxy>https://nexus.onap.org</nexusproxy>
- <docker.push.registry>localhost:5000</docker.push.registry>
+ <docker.push.registry>nexus3.onap.org:10003</docker.push.registry>
</properties>
<!-- Distribution management -->
@@ -834,7 +833,7 @@
<profile>
<id>docker</id>
<properties>
- <skip.staging.artifacts>true</skip.staging.artifacts>
+
<skip.docker.build>false</skip.docker.build>
<skip.docker.tag>false</skip.docker.tag>
<skip.docker.push>false</skip.docker.push>