From 615717632e9f3f5e5cbc3a9890d8d76a99e0f775 Mon Sep 17 00:00:00 2001 From: "Determe, Sebastien (sd378r)" Date: Thu, 24 May 2018 13:51:22 +0200 Subject: [PATCH] Attempt to fix docker build Attempt to fix the docker build due to dockerHost not reachable Issue-ID: CLAMP-150 Change-Id: Ibc1a0e31ba11702831f79e809314d97e96663f5d Signed-off-by: Determe, Sebastien (sd378r) --- pom.xml | 42 +----------------------------------------- 1 file changed, 1 insertion(+), 41 deletions(-) diff --git a/pom.xml b/pom.xml index 0f3fddc9..fd5410dd 100644 --- a/pom.xml +++ b/pom.xml @@ -565,47 +565,6 @@ - - org.codehaus.mojo - exec-maven-plugin - 1.6.0 - - - docker_info - validate - - exec - - - - - docker - - info - - - - - - org.apache.maven.plugins - maven-antrun-plugin - 1.1 - - - validate - - run - - - - ******** Displaying value of property ******** - Docker host set:${env.DOCKER_HOST} - - - - - - com.sebastian-daschner @@ -808,6 +767,7 @@ docker-maven-plugin 1.1.0 + unix:///var/run/docker.sock onap/clamp src/main/docker docker-hub -- 2.16.6