From: Determe, Sebastien (sd378r) Date: Thu, 24 May 2018 10:40:26 +0000 (+0200) Subject: Attempt to fix build X-Git-Tag: v2.0.1~11 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=clamp.git;a=commitdiff_plain;h=6441224b04ae08ac68712deb79d5446ef8535daa Attempt to fix build Get info on docker in order to fix the build issue of docker Issue-ID: CLAMP-150 Change-Id: I6417031e4c27d85b0818ea36b2ec1fde91fe8337 Signed-off-by: Determe, Sebastien (sd378r) --- diff --git a/pom.xml b/pom.xml index 5e314419..0f3fddc9 100644 --- a/pom.xml +++ b/pom.xml @@ -565,6 +565,27 @@ + + org.codehaus.mojo + exec-maven-plugin + 1.6.0 + + + docker_info + validate + + exec + + + + + docker + + info + + + + org.apache.maven.plugins maven-antrun-plugin