Fix image name in pom 74/92274/1 5.0.0-ONAP
authordfarrelly <david.farrelly@est.tech>
Tue, 30 Jul 2019 13:22:30 +0000 (13:22 +0000)
committerdfarrelly <david.farrelly@est.tech>
Tue, 30 Jul 2019 13:22:30 +0000 (13:22 +0000)
Issue-ID: DCAEGEN2-1683
Change-Id: I01e7ed59ce934e3d630f17ece8699fff20fc50d0
Signed-off-by: dfarrelly <david.farrelly@est.tech>
pom.xml

diff --git a/pom.xml b/pom.xml
index 41a8d73..c25b53b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                 <configuration>
                     <images>
                         <image>
-                            <name>${project.groupId}.${project.artifactId}</name>
+                            <name>onap/${project.groupId}.${project.artifactId}</name>
                             <registry>${onap.nexus.dockerregistry.daily}</registry>
                             <build>
                                 <contextDir>${project.basedir}</contextDir>