Specify missing dockerDirectory 39/5039/2
authorGary Wu <gary.i.wu@huawei.com>
Wed, 14 Jun 2017 21:19:40 +0000 (14:19 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Fri, 16 Jun 2017 16:56:51 +0000 (09:56 -0700)
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>
pom.xml

diff --git a/pom.xml b/pom.xml
index ef3f1a3..44a4c5f 100644 (file)
--- 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>