summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRavi Geda <gravik@amdocs.com>2018-02-21 17:01:05 +0000
committerRavi Geda <gravik@amdocs.com>2018-02-21 17:05:28 +0000
commit78b43c39ede113d8f9c20504bfb57225ecee063b (patch)
tree81d12393ee85826c780183db114974fd82d349d9
parent91ca7d73d42445945a0078f93635fd2fb6c10503 (diff)
Fix docker build image issue
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>
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 0f50c7b..e35d7d6 100644
--- 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>