From 8302205e25f9f78cdfeb36b269ea228c687bc1ab Mon Sep 17 00:00:00 2001 From: "Determe, Sebastien (sd378r)" Date: Thu, 24 May 2018 14:51:00 +0200 Subject: [PATCH] New attempt to fix docker build Set the Dockerhost to localhost:2375 in order to fix the build. Issue-ID: CLAMP-150 Change-Id: I222d5d0fa78e1186ed5dd3e012938ea61defad44 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 ab641a68..2001f987 100644 --- a/pom.xml +++ b/pom.xml @@ -565,46 +565,6 @@ - - org.codehaus.mojo - exec-maven-plugin - 1.6.0 - - - docker_info - validate - - exec - - - - - ps - - -ef - - - - - org.apache.maven.plugins - maven-antrun-plugin - 1.1 - - - validate - - run - - - - ******** Displaying value of properties ******** - http proxy:${env.HTTP_PROXY} - https proxy:${env.HTTPS_PROXY} - - - - - com.sebastian-daschner @@ -807,7 +767,7 @@ docker-maven-plugin 1.1.0 - unix:///var/run/docker.sock + tcp://localhost:2375 onap/clamp src/main/docker docker-hub -- 2.16.6