summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/pom.xml b/pom.xml
index cedf5c5..1039fd4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>