From: Determe, Sebastien (sd378r) Date: Thu, 24 May 2018 12:29:33 +0000 (+0200) Subject: Add ls in build X-Git-Tag: v2.0.1~9 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=clamp.git;a=commitdiff_plain;h=52020d3c109d80755b54c201e33fae0a52c49f2b 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) --- 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