Update SDS pom fixes for merge job requirements 33/79633/1
authorEdwin Lawrance <Edwin.Lawrance@amdocs.com>
Mon, 4 Mar 2019 15:00:56 +0000 (15:00 +0000)
committerEdwin Lawrance <Edwin.Lawrance@amdocs.com>
Mon, 4 Mar 2019 15:04:27 +0000 (15:04 +0000)
Change-Id: I47d6b7cf80fc156312977b2a302539b9e691fed8
Issue-ID: AAI-2203
Signed-off-by: Edwin Lawrance <Edwin.Lawrance@amdocs.com>
search-data-service-app/pom.xml

index c1f2c6a..10e84dd 100644 (file)
@@ -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>
                                <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>