diff options
author | Edwin Lawrance <Edwin.Lawrance@amdocs.com> | 2019-03-04 15:00:56 +0000 |
---|---|---|
committer | Edwin Lawrance <Edwin.Lawrance@amdocs.com> | 2019-03-04 15:04:27 +0000 |
commit | a084a87aef0e6f81aad124395b48ce1daafd0f4f (patch) | |
tree | 289cecf320e4ddda17380f030c5725320dab293d /search-data-service-app | |
parent | c1900e98d343b9d8acdc5928b5e45bb57c290335 (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>
Diffstat (limited to 'search-data-service-app')
-rw-r--r-- | search-data-service-app/pom.xml | 3 |
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> |