Revert "Build module vid-ext-services-simulator" 78/90778/1
authorIttay Stern <ittay.stern@att.com>
Tue, 2 Jul 2019 11:32:06 +0000 (14:32 +0300)
committerIttay Stern <ittay.stern@att.com>
Tue, 2 Jul 2019 11:32:06 +0000 (14:32 +0300)
Issue-ID: VID-507

This reverts commit 6946c31e, as it does not "deploy" successfully in
vid-master-merge-java.

Change-Id: I3863829a43d4232b6533cca75a7dd33a41e75c5f
Signed-off-by: Ittay Stern <ittay.stern@att.com>
pom.xml
vid-ext-services-simulator/pom.xml

diff --git a/pom.xml b/pom.xml
index ef7815b..b91431a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,6 @@
                 <module>vid-app-common</module>
                 <module>vid-webpack-master</module>
                 <module>epsdk-app-onap</module>
-                <module>vid-ext-services-simulator</module>
             </modules>
 
             <repositories>
index dd962db..d7a2436 100644 (file)
 
         <!-- "none" will skip cobertura by default; enable the profile "cobertura" to enable it -->
         <coberturaBuildPhase>none</coberturaBuildPhase>
-
-        <!-- will skip docker-maven-plugin by default; enable the profile "docker" to enable it -->
-        <dockerBuildPhase>none</dockerBuildPhase>
-        <dockerPushPhase>none</dockerPushPhase>
     </properties>
 
     <profiles>
             </properties>
         </profile>
 
-        <profile>
-            <id>docker</id>
-            <properties>
-                <dockerBuildPhase>package</dockerBuildPhase>
-                <dockerPushPhase>deploy</dockerPushPhase>
-            </properties>
-        </profile>
-
         <profile>
             <id>docker-proxy</id>
             <!-- activate profile if environment variable `http_proxy` is set -->
                 <executions>
                     <execution>
                         <id>generate-image</id>
-                        <phase>${dockerBuildPhase}</phase>
+                        <phase>package</phase>
                         <goals>
                             <goal>build</goal>
                         </goals>
 
                     <execution>
                         <id>push-image</id>
-                        <phase>${dockerPushPhase}</phase>
+                        <phase>deploy</phase>
                         <goals>
                             <goal>build</goal>
                             <goal>push</goal>