diff options
-rw-r--r-- | cds-ui/application/pom.xml | 1 | ||||
-rw-r--r-- | cds-ui/server/pom.xml | 1 | ||||
-rwxr-xr-x | ms/blueprintsprocessor/application/pom.xml | 1 | ||||
-rwxr-xr-x | ms/command-executor/pom.xml | 1 | ||||
-rw-r--r-- | ms/py-executor/pom.xml | 1 | ||||
-rwxr-xr-x | ms/sdclistener/distribution/pom.xml | 1 | ||||
-rw-r--r-- | pom.xml | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/cds-ui/application/pom.xml b/cds-ui/application/pom.xml index 4d8f8593d..444e8829a 100644 --- a/cds-ui/application/pom.xml +++ b/cds-ui/application/pom.xml @@ -89,7 +89,6 @@ limitations under the License. <executions> <execution> <id>build-push-images</id> - <phase>${docker.push.phase}</phase> <goals> <goal>build</goal> <goal>push</goal> diff --git a/cds-ui/server/pom.xml b/cds-ui/server/pom.xml index c485cb27a..11f3d27f9 100644 --- a/cds-ui/server/pom.xml +++ b/cds-ui/server/pom.xml @@ -166,7 +166,6 @@ limitations under the License. <executions> <execution> <id>build-push-images</id> - <phase>${docker.push.phase}</phase> <goals> <goal>build</goal> <goal>push</goal> diff --git a/ms/blueprintsprocessor/application/pom.xml b/ms/blueprintsprocessor/application/pom.xml index 7e60b3de6..d4084ac54 100755 --- a/ms/blueprintsprocessor/application/pom.xml +++ b/ms/blueprintsprocessor/application/pom.xml @@ -359,7 +359,6 @@ <executions> <execution> <id>build-push-images</id> - <phase>${docker.push.phase}</phase> <goals> <goal>build</goal> <goal>push</goal> diff --git a/ms/command-executor/pom.xml b/ms/command-executor/pom.xml index 7cd1a2b12..04e0614df 100755 --- a/ms/command-executor/pom.xml +++ b/ms/command-executor/pom.xml @@ -134,7 +134,6 @@ <executions> <execution> <id>build-push-images</id> - <phase>${docker.push.phase}</phase> <goals> <goal>build</goal> <goal>push</goal> diff --git a/ms/py-executor/pom.xml b/ms/py-executor/pom.xml index abba69b8c..be56787a8 100644 --- a/ms/py-executor/pom.xml +++ b/ms/py-executor/pom.xml @@ -133,7 +133,6 @@ <executions> <execution> <id>build-push-images</id> - <phase>${docker.push.phase}</phase> <goals> <goal>build</goal> <goal>push</goal> diff --git a/ms/sdclistener/distribution/pom.xml b/ms/sdclistener/distribution/pom.xml index e9f5b949e..7a85394f4 100755 --- a/ms/sdclistener/distribution/pom.xml +++ b/ms/sdclistener/distribution/pom.xml @@ -163,7 +163,6 @@ <executions> <execution> <id>build-push-images</id> - <phase>${docker.push.phase}</phase> <goals> <goal>build</goal> <goal>push</goal> @@ -69,7 +69,6 @@ limitations under the License. <!-- docker related properties --> <docker.verbose>true</docker.verbose> <docker.skip.push>false</docker.skip.push> - <docker.push.phase>deploy</docker.push.phase> <ccsdk.build.timestamp>${maven.build.timestamp}</ccsdk.build.timestamp> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> |