Issue-ID: DCAEGEN2-772
Change-Id: Iee2f6c92df36d70162b1120336b35e9b4790558b
Signed-off-by: Lusheng Ji <lji@research.att.com>
                     <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>