diff options
-rw-r--r-- | cps-parent/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index ea9c98af66..643d2cc63f 100644 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -205,14 +205,13 @@ <goal>dockerBuild</goal> </goals> </execution> - <!-- FIXME Enable this once migrated to onap, <execution> <phase>deploy</phase> <id>buildAndPush</id> <goals> <goal>build</goal> </goals> - </execution>--> + </execution> </executions> </plugin> </plugins> |