Bind docker build to mvn 61/68761/1
authorvagrant <vv770d@att.com>
Sun, 23 Sep 2018 07:08:03 +0000 (07:08 +0000)
committervagrant <vv770d@att.com>
Sun, 23 Sep 2018 07:08:07 +0000 (07:08 +0000)
Change-Id: I29dffe0f53e8f6437020cab7f4d3955d61e6a7f7
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-772

dcae-analytics/dcae-analytics-tca-web/pom.xml

index 932dfd6..002edcd 100644 (file)
                             <goal>build</goal>
                         </goals>
                     </execution>
+                    <execution>
+                        <id>docker-push</id>
+                        <phase>deploy</phase>
+                        <goals>
+                            <goal>push</goal>
+                        </goals>
+                    </execution>
                 </executions>
             </plugin>
         </plugins>