From: Determe, Sebastien (sd378r) Date: Thu, 24 May 2018 12:51:00 +0000 (+0200) Subject: New attempt to fix docker build X-Git-Tag: v2.0.1~8 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=clamp.git;a=commitdiff_plain;h=8302205e25f9f78cdfeb36b269ea228c687bc1ab 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) --- 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