summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorVarun Gudisena <vg411h@att.com>2017-09-25 13:45:11 -0500
committerVarun Gudisena <vg411h@att.com>2017-09-25 13:45:26 -0500
commit43cbca947f8479798d1185388046dee423833ae6 (patch)
treee6d3251ee3239e72835118a31ccba507ef73826e /pom.xml
parent05e1ad40f2283ae16b1a0d1b20a12e7b940c46f0 (diff)
Fix docker build issue
Added DockerLocation issue-id: DMAAP-144 Change-Id: I39fe02d1a96f770a4b103f0564f90731c6f4d16d Signed-off-by: Varun Gudisena <vg411h@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 0ae23fb..05f84e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -386,7 +386,7 @@
<version>0.4.13</version>
<configuration>
<imageName>onap/dmaap/dmaap-mr</imageName>
- <!-- <dockerDirectory>${dockerLocation}</dockerDirectory> -->
+ <dockerDirectory>${dockerLocation}</dockerDirectory>
<!-- <serverId>docker-hub</serverId> -->
<imageTags>
<imageTag>${dmaapImg}</imageTag>