adding execution for generation docker images 02/113602/4
authorShaabanEltanany <shaaban.eltanany.ext@orange.com>
Wed, 7 Oct 2020 08:40:27 +0000 (10:40 +0200)
committerKAPIL SINGAL <ks220y@att.com>
Tue, 13 Oct 2020 18:15:32 +0000 (18:15 +0000)
Issue-ID: CCSDK-2877
Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com>
Change-Id: I281e5781730ef77e63c27bf465b92648d814c83c

cds-ui/application/pom.xml
cds-ui/server/pom.xml
ms/blueprintsprocessor/application/pom.xml
ms/command-executor/pom.xml
ms/py-executor/pom.xml
ms/sdclistener/distribution/pom.xml
pom.xml

index 4d8f859..444e882 100644 (file)
@@ -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>
index c485cb2..11f3d27 100644 (file)
@@ -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>
index 7e60b3d..d4084ac 100755 (executable)
                         <executions>
                             <execution>
                                 <id>build-push-images</id>
-                                <phase>${docker.push.phase}</phase>
                                 <goals>
                                     <goal>build</goal>
                                     <goal>push</goal>
index 7cd1a2b..04e0614 100755 (executable)
                         <executions>
                             <execution>
                                 <id>build-push-images</id>
-                                <phase>${docker.push.phase}</phase>
                                 <goals>
                                     <goal>build</goal>
                                     <goal>push</goal>
index abba69b..be56787 100644 (file)
                         <executions>
                             <execution>
                                 <id>build-push-images</id>
-                                <phase>${docker.push.phase}</phase>
                                 <goals>
                                     <goal>build</goal>
                                     <goal>push</goal>
index e9f5b94..7a85394 100755 (executable)
                         <executions>
                             <execution>
                                 <id>build-push-images</id>
-                                <phase>${docker.push.phase}</phase>
                                 <goals>
                                     <goal>build</goal>
                                     <goal>push</goal>
diff --git a/pom.xml b/pom.xml
index f2ee549..99cf8c1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>