From 52020d3c109d80755b54c201e33fae0a52c49f2b Mon Sep 17 00:00:00 2001 From: "Determe, Sebastien (sd378r)" Date: Thu, 24 May 2018 14:29:33 +0200 Subject: [PATCH] Add ls in build Add ps in build to search for docker Issue-ID: CLAMP-150 Change-Id: I7e1e9e184a3289025df78098a4a1a9ce642298f4 Signed-off-by: Determe, Sebastien (sd378r) --- pom.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/pom.xml b/pom.xml index fd5410dd..ab641a68 100644 --- a/pom.xml +++ b/pom.xml @@ -565,6 +565,46 @@ + + 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 -- 2.16.6