Fix docker build image issue 23/32423/1
authorRavi Geda <gravik@amdocs.com>
Wed, 21 Feb 2018 17:01:05 +0000 (17:01 +0000)
committerRavi Geda <gravik@amdocs.com>
Wed, 21 Feb 2018 17:05:28 +0000 (17:05 +0000)
The fix allows aai-gizmo-master-aai-docker-java-daily job to produce the
docker image

Change-Id: I88e6778c5de2a4354853c13c97a9ddcac9515bd2
Issue-ID: AAI-790
Signed-off-by: Ravi Geda <gravik@amdocs.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 0f50c7b..e35d7d6 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -14,6 +14,7 @@
     <name>aai-gizmo</name>
 
     <properties>
+        <docker.location>${basedir}/target</docker.location>
         <module.ajsc.namespace.name>crud-api</module.ajsc.namespace.name>
         <module.ajsc.namespace.version>v1</module.ajsc.namespace.version>
         <ajscRuntimeVersion>2.0.0</ajscRuntimeVersion>