diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-07-02 14:32:06 +0300 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-07-02 14:32:06 +0300 |
commit | 94601aece8c9f5b687c6da86be9c6e8c148cf7ba (patch) | |
tree | a9196c8bdd6ed23acda264bd6d1e234e8aeb93e9 /vid-ext-services-simulator/pom.xml | |
parent | d6544de1d5320f864ab8f04c7aea15a1946b233a (diff) |
Revert "Build module vid-ext-services-simulator"
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>
Diffstat (limited to 'vid-ext-services-simulator/pom.xml')
-rw-r--r-- | vid-ext-services-simulator/pom.xml | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/vid-ext-services-simulator/pom.xml b/vid-ext-services-simulator/pom.xml index dd962db46..d7a2436a6 100644 --- a/vid-ext-services-simulator/pom.xml +++ b/vid-ext-services-simulator/pom.xml @@ -28,10 +28,6 @@ <!-- "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> @@ -89,14 +85,6 @@ </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 --> <activation> @@ -207,7 +195,7 @@ <executions> <execution> <id>generate-image</id> - <phase>${dockerBuildPhase}</phase> + <phase>package</phase> <goals> <goal>build</goal> </goals> @@ -215,7 +203,7 @@ <execution> <id>push-image</id> - <phase>${dockerPushPhase}</phase> + <phase>deploy</phase> <goals> <goal>build</goal> <goal>push</goal> |