Update config for dockerfile maven plugin 78/83778/1
authorKotagiri, Ramprasad (rp5662) <rp5662@att.com>
Fri, 29 Mar 2019 21:26:52 +0000 (17:26 -0400)
committerKotagiri, Ramprasad (rp5662) <rp5662@att.com>
Fri, 29 Mar 2019 21:29:58 +0000 (17:29 -0400)
Turn off googleContainerRegistryEnabled in dockerfile maven plugin

Issue-ID: CCSDK-1011
Change-Id: Ieb5a3919015945794fff34dfc8536fae0488ecad
Signed-off-by: ramprasad kotagiri <rp5662@att.com>
ccsdk-app-os/pom.xml

index 4e7df3e..8b53301 100644 (file)
                                    </execution>
                                  </executions>
                                  <configuration>
+                                       <googleContainerRegistryEnabled>false</googleContainerRegistryEnabled>
                                        <repository>${onap.nexus.dockerregistry.daily}</repository>
                                        <dockerfile>Dockerfile</dockerfile>
                                    <repository>${docker.image.name}</repository>