summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorVarun Gudisena <vg411h@att.com>2017-09-25 15:28:55 -0500
committerVarun Gudisena <vg411h@att.com>2017-09-25 15:29:10 -0500
commitc9b1f058ccb00d8515545ad1e566e269f5046f5f (patch)
treeee69c14fb9ecf8f5ced28d615bc93c78d6bf9065 /pom.xml
parent264297793790e8464f7e57a482244428c729f190 (diff)
Fix docker build issue
Added serverid for Docker issue-id: DMAAP-144 Change-Id: Ie9f4228794cb496f081984c311ef663be70ff6a7 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 314a362..6a76a8e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -387,6 +387,7 @@
<configuration>
<imageName>onap/dmaap/dmaap-mr</imageName>
<dockerDirectory>${dockerLocation}</dockerDirectory>
+ <serverId>docker-hub</serverId>
<!-- <serverId>docker-hub</serverId> -->
<imageTags>
<imageTag>${dmaapImg}</imageTag>