Fix docker build issue 87/15187/1
authorVarun Gudisena <vg411h@att.com>
Mon, 25 Sep 2017 19:56:02 +0000 (14:56 -0500)
committerVarun Gudisena <vg411h@att.com>
Mon, 25 Sep 2017 19:56:06 +0000 (14:56 -0500)
Added dockerregistry property

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

diff --git a/pom.xml b/pom.xml
index 05f84e2..314a362 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                <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>
        </properties>
 
        <!-- Distribution management -->