aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorChristophe Closset <cc697w@intl.att.com>2018-04-09 16:01:32 +0000
committerGerrit Code Review <gerrit@onap.org>2018-04-09 16:01:32 +0000
commitb0eb31c5a030c2419a90d4fb82cdef5ecbacc94c (patch)
tree2b0311b2cc67fa23916d47f1f78b309bc2c09b64 /pom.xml
parent2a4e0569bc3250b0c8f8cc97a69ea6baed9dc68d (diff)
parent885d7c164e99e069c9a6c2827e479e1d8fee616e (diff)
Merge "Fix python script"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 10497d18..e023994e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,7 @@
<skip.docker.build>true</skip.docker.build>
<skip.docker.push>true</skip.docker.push>
<skip.staging.artifacts>false</skip.staging.artifacts>
- <http.proxy></http.proxy>
+ <python.http.proxy.param></python.http.proxy.param>
</properties>
<distributionManagement>
@@ -830,7 +830,7 @@
</ports>
<workingDir>/usr/src/http-cache-app</workingDir>
<cmd>
- <shell>./start_http_cache.sh ${http.proxy} --python_proxyaddress localhost:${docker.http-cache.port.host}</shell>
+ <shell>./start_http_cache.sh ${python.http.proxy.param} --python_proxyaddress=localhost:${docker.http-cache.port.host}</shell>
</cmd>
</run>
</image>