disable docker mvn binding 76/95376/1
authorVijay Venkatesh Kumar <vv770d@att.com>
Tue, 10 Sep 2019 05:24:39 +0000 (05:24 +0000)
committerVijay Venkatesh Kumar <vv770d@att.com>
Tue, 10 Sep 2019 05:24:44 +0000 (05:24 +0000)
Change-Id: I733ea295d7af22891de83bd16f6733376b4a5f54
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-1669

prh-app-server/pom.xml

index 2eb51d2..8720306 100644 (file)
@@ -43,7 +43,6 @@
     <int.dep.dir.path>${dep.dir.name}/internal</int.dep.dir.path>
 
     <skipDocker>false</skipDocker>
-    <skipDockerPush>true</skipDockerPush>
     <docker.user.name>prh</docker.user.name>
     <docker.user.dir>/home/${docker.user.name}</docker.user.dir>
   </properties>
         <groupId>io.fabric8</groupId>
         <artifactId>docker-maven-plugin</artifactId>
         <configuration>
-          <skipPush>${skipDockerPush}</skipPush>
           <verbose>true</verbose>
           <imagePullPolicy>IfNotPresent</imagePullPolicy>
           <images>
             </image>
           </images>
         </configuration>
-       <executions>
+<!--       <executions>
           <execution>
             <id>docker-build-image</id>
             <phase>package</phase>
             <goals>
               <goal>push</goal>
             </goals>
-          </execution>
-        </executions>
+          </execution> 
+        </executions> -->
       </plugin>
     </plugins>
   </build>