summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2017-06-14 14:19:40 -0700
committerGary Wu <gary.i.wu@huawei.com>2017-06-16 09:56:51 -0700
commitccdc371d848fac0a171e7fff1bcdff5aecf6dace (patch)
tree2821326784cd449564599cae43cbb4d525d65579 /pom.xml
parent6bef5ff17dc3068ba4c20c868f53c09e38e77310 (diff)
Specify missing dockerDirectory
Specify missing dockerDirectory property to fix the docker build job in Jenkins. Change-Id: Ife9848509719cc49c1a6a709e652b1f3ad0137ce Signed-off-by: Gary Wu <gary.i.wu@huawei.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 ef3f1a3..44a4c5f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,6 +12,7 @@
<version>1.0-SNAPSHOT</version>
<properties>
+ <docker.location>${basedir}/target</docker.location>
<module.ajsc.namespace.name>inventory-ui-service</module.ajsc.namespace.name>
<module.ajsc.namespace.version>v1</module.ajsc.namespace.version>
<ajscRuntimeVersion>2.0.0</ajscRuntimeVersion>