X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=ab641a685221057a5131507716981fe480c4d33d;hb=52020d3c109d80755b54c201e33fae0a52c49f2b;hp=fd5410ddad0da7270bcaebb35fa6328479da9366;hpb=615717632e9f3f5e5cbc3a9890d8d76a99e0f775;p=clamp.git 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