From 6441224b04ae08ac68712deb79d5446ef8535daa Mon Sep 17 00:00:00 2001 From: "Determe, Sebastien (sd378r)" Date: Thu, 24 May 2018 12:40:26 +0200 Subject: [PATCH] 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) --- pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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 -- 2.16.6