summaryrefslogtreecommitdiffstats
path: root/vnfmarket-be/deployment/docker/docker-postgres/pom.xml
diff options
context:
space:
mode:
authorAvinash S <avinash.s@huawei.com>2018-02-08 13:41:15 +0000
committerAvinash S <avinash.s@huawei.com>2018-02-08 13:41:15 +0000
commit18702e090e6e7858a15cb071527149de74ed12b7 (patch)
treebe8912611742ea1f4a2f2a4c56f7a76b673e7538 /vnfmarket-be/deployment/docker/docker-postgres/pom.xml
parent4f24b3cdb73d28c40e0893c75a6bd97e8ad17c10 (diff)
Proxy settings in pom without switch
Proxy settings in pom without switch seems to be causing the npm download issues. Better set proxy settings in settings.xml meanwhile. Removing these changes for now to try fix docker build issue. Issue-ID: VNFSDK-141 Change-Id: Iad8f311210a9555c614c8b14b878b4816430ad0c Signed-off-by: Avinash S <avinash.s@huawei.com>
Diffstat (limited to 'vnfmarket-be/deployment/docker/docker-postgres/pom.xml')
-rw-r--r--vnfmarket-be/deployment/docker/docker-postgres/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/vnfmarket-be/deployment/docker/docker-postgres/pom.xml b/vnfmarket-be/deployment/docker/docker-postgres/pom.xml
index ef01bc52..e4c8d5ab 100644
--- a/vnfmarket-be/deployment/docker/docker-postgres/pom.xml
+++ b/vnfmarket-be/deployment/docker/docker-postgres/pom.xml
@@ -67,11 +67,6 @@
</build>
</image>
</images>
- <buildArgs>
- <http_proxy>${HTTP_PROXY}</http_proxy>
- <https_proxy>${HTTPS_PROXY}</https_proxy>
- <no_proxy>localhost,127.0.0.1</no_proxy>
- </buildArgs>
</configuration>
<executions>
<execution>