summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorAreli Fuss <af732p@att.com>2017-11-07 16:30:48 +0200
committerAreli Fuss <af732p@att.com>2017-11-07 16:30:48 +0200
commit90e2d3cd6d015fc0f74a7d0bb063788264def860 (patch)
tree3e0c5cd9dbbf3aa1e405c93d3dedb2d77c57ee7c /pom.xml
parentd000db2617e5be66d8c2c5652e0bd11daa2c87f4 (diff)
Add http_proxy definitions
Add http_proxy definitions Change-Id: I379b330f5939537554a46ff8300ce802aa7be157 Issue-Id: VVP-25 Signed-off-by: Areli Fuss <af732p@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index b0f8fc4..79318b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,6 +22,9 @@
<!--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>