Change-Id: If083371accfb6f4815624c2e7cb77261ee15d230
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-1578
<skip>${skipDocker}</skip>
<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>
</image>
</images>
</configuration>
- <executions>
+ <!-- <executions>
<execution>
<id>docker-build-image</id>
<phase>package</phase>
</goals>
</execution>
</executions>
+ -->
</plugin>
</plugins>
</build>