aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdwin Lawrance <Edwin.Lawrance@amdocs.com>2019-03-04 15:00:56 +0000
committerEdwin Lawrance <Edwin.Lawrance@amdocs.com>2019-03-04 15:04:27 +0000
commita084a87aef0e6f81aad124395b48ce1daafd0f4f (patch)
tree289cecf320e4ddda17380f030c5725320dab293d
parentc1900e98d343b9d8acdc5928b5e45bb57c290335 (diff)
Update SDS pom fixes for merge job requirements
Change-Id: I47d6b7cf80fc156312977b2a302539b9e691fed8 Issue-ID: AAI-2203 Signed-off-by: Edwin Lawrance <Edwin.Lawrance@amdocs.com>
-rw-r--r--search-data-service-app/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/search-data-service-app/pom.xml b/search-data-service-app/pom.xml
index c1f2c6a..10e84dd 100644
--- a/search-data-service-app/pom.xml
+++ b/search-data-service-app/pom.xml
@@ -37,6 +37,7 @@
<properties>
<docker.location>${basedir}/target</docker.location>
+ <docker.image.name.suffix>search-data-service</docker.image.name.suffix>
<nexusproxy>https://nexus.onap.org</nexusproxy>
<java.version>1.8</java.version>
<generatedSourceDir>${basedir}/src/main/java-gen</generatedSourceDir>
@@ -293,7 +294,7 @@
<configuration>
<verbose>true</verbose>
<serverId>docker-hub</serverId>
- <imageName>${docker.push.registry}/onap/${project.artifactId}</imageName>
+ <imageName>${docker.push.registry}/onap/${docker.image.name.suffix}</imageName>
<dockerDirectory>${docker.location}</dockerDirectory>
<imageTags>
<imageTag>latest</imageTag>