diff options
author | Areli Fuss <af732p@att.com> | 2017-11-08 14:29:15 +0200 |
---|---|---|
committer | Areli Fuss <af732p@att.com> | 2017-11-08 14:29:15 +0200 |
commit | eaa0466d5af92e5ccb1f953f28454c939fd90e92 (patch) | |
tree | 797c2d15bf7df2736a9691f3f6278a471322deb9 | |
parent | 2b1af3728ed826dfd29271edb7e48321bd63d77d (diff) |
Remove commented code and unused plugin
Remove commented code and unused plugin
Change-Id: Ic44e8449c7bf96bb7098acb64b1714098cce15a9
Issue-Id: VVP-25
Signed-off-by: Areli Fuss <af732p@att.com>
-rw-r--r-- | pom.xml | 23 |
1 files changed, 0 insertions, 23 deletions
@@ -22,34 +22,11 @@ <!--docker--> <docker.tag>${project.version}-${timestamp}</docker.tag> <docker.latest.tag>${project.version}-latest</docker.latest.tag> - <!-- - <docker.buildArg.https_proxy>${env.HTTPS_PROXY}</docker.buildArg.https_proxy> - <docker.buildArg.https_proxy>https://165.227.53.107:3128</docker.buildArg.https_proxy> - <docker.buildArg.http_proxy>http://35.196.90.170:80</docker.buildArg.http_proxy> - --> </properties> <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> <version>1.6.7</version> |