Using ONAP/DCAE image naming 49/67549/1
authorLusheng Ji <lji@research.att.com>
Wed, 19 Sep 2018 02:23:54 +0000 (22:23 -0400)
committerLusheng Ji <lji@research.att.com>
Wed, 19 Sep 2018 02:24:00 +0000 (22:24 -0400)
Issue-ID: DCAEGEN2-772
Change-Id: Iee2f6c92df36d70162b1120336b35e9b4790558b
Signed-off-by: Lusheng Ji <lji@research.att.com>
dcae-analytics/pom.xml

index 63a7755..751f3a3 100644 (file)
                     <artifactId>dockerfile-maven-plugin</artifactId>
                     <version>${dockerfile-maven-version}</version>
                     <configuration>
-                        <repository>${docker.repository}/${project.artifactId}</repository>
+                        <repository>${docker.repository}/onap/${project.groupId}.${project.artifactId}</repository>
                         <tag>${project.version}</tag>
                     </configuration>
                 </plugin>