diff options
author | Ravi Geda <gravik@amdocs.com> | 2018-02-21 17:01:05 +0000 |
---|---|---|
committer | Ravi Geda <gravik@amdocs.com> | 2018-02-21 17:05:28 +0000 |
commit | 78b43c39ede113d8f9c20504bfb57225ecee063b (patch) | |
tree | 81d12393ee85826c780183db114974fd82d349d9 | |
parent | 91ca7d73d42445945a0078f93635fd2fb6c10503 (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.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |