aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAreli Fuss <af732p@att.com>2017-11-07 18:23:23 +0200
committerAreli Fuss <af732p@att.com>2017-11-07 18:23:23 +0200
commit03749427185016220bf2eb2722fc0a3e7f6931b9 (patch)
tree01313ae1b0944c322cd339bdac181a846180e7a4
parent11166bbb2c9870365b06e7f2c5d5c12e6fd5f76a (diff)
Replace NEXUSPROXY with HTTPS_PROXY
Replace NEXUSPROXY with HTTPS_PROXY Change-Id: I1f74886ebbb7a5d5267fcc32f189031ee7e5e0b8 Issue-Id: VVP-25 Signed-off-by: Areli Fuss <af732p@att.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 515bdae..ab2be8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<!--docker-->
<docker.tag>${project.version}-${timestamp}</docker.tag>
<docker.latest.tag>${project.version}-latest</docker.latest.tag>
- <docker.buildArg.https_proxy>${env.NEXUSPROXY}</docker.buildArg.https_proxy>
+ <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>