Fix docker build issue 13/15213/1
authorVarun Gudisena <vg411h@att.com>
Mon, 25 Sep 2017 21:13:47 +0000 (16:13 -0500)
committerVarun Gudisena <vg411h@att.com>
Mon, 25 Sep 2017 21:14:08 +0000 (16:14 -0500)
Added docker registry url

issue-id: DMAAP-144
Change-Id: Ib5947019bdf2324e87782f5381b158ea074ba493
Signed-off-by: Varun Gudisena <vg411h@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 6a76a8e..5b2acdc 100644 (file)
--- a/pom.xml
+++ b/pom.xml
        <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>
                <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 -->
        <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>