ADD env command for proxy
Change-Id: I5088710d72bf8e4aade9633079af3386500f930f
Issue-Id: VVP-25
Signed-off-by: Areli Fuss <af732p@att.com>
<build>
<plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>exec-maven-plugin</artifactId>
+ <version>1.2.1</version>
+ <executions>
+ <execution>
+ <id>envtest</id>
+ <phase>package</phase>
+ <configuration>
+ <executable>env</executable>
+ <workingDirectory></workingDirectory>
+ </configuration>
+ <goals>
+ <goal>exec</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>