summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorVarun Gudisena <vg411h@att.com>2017-09-25 14:56:02 -0500
committerVarun Gudisena <vg411h@att.com>2017-09-25 14:56:06 -0500
commit264297793790e8464f7e57a482244428c729f190 (patch)
treed36adfce84a3f72c76b196f3e07466278d54ad65 /pom.xml
parent43cbca947f8479798d1185388046dee423833ae6 (diff)
Fix docker build issue
Added dockerregistry property issue-id: DMAAP-144 Change-Id: I2fc9314f3a88d3fb50ab06f131648ec9250a9b87 Signed-off-by: Varun Gudisena <vg411h@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 05f84e2..314a362 100644
--- a/pom.xml
+++ b/pom.xml
@@ -533,6 +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>
</properties>
<!-- Distribution management -->