Remove mvn binding for docker 92/92292/1
authorVijay Venkatesh Kumar <vv770d@att.com>
Sun, 21 Jul 2019 01:34:38 +0000 (01:34 +0000)
committerVijay Venkatesh Kumar <vv770d@att.com>
Sun, 21 Jul 2019 01:35:53 +0000 (01:35 +0000)
Change-Id: If083371accfb6f4815624c2e7cb77261ee15d230
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-1578

prh-app-server/pom.xml

index cf33960..0944c50 100644 (file)
           <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>