From 7c5e2d7db6ea62b91fe6dbdf1bd1a4c5bced4377 Mon Sep 17 00:00:00 2001 From: Areli Fuss Date: Tue, 7 Nov 2017 17:02:22 +0200 Subject: [PATCH] ADD env command for proxy ADD env command for proxy Change-Id: I5088710d72bf8e4aade9633079af3386500f930f Issue-Id: VVP-25 Signed-off-by: Areli Fuss --- pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pom.xml b/pom.xml index 79318b8..3af295b 100644 --- a/pom.xml +++ b/pom.xml @@ -29,6 +29,24 @@ + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + + envtest + package + + env + + + + exec + + + + org.sonatype.plugins nexus-staging-maven-plugin -- 2.16.6