Skip to content
Madhan Sadasivam edited this page Nov 1, 2016 · 3 revisions

FAQ

How to use a proxy with the plugin

Use Java System properties to enable proxy.

mvn install -Ptest -Dapigee.config.options=create \
                   -Dhttps.proxyHost=enterprise.proxy.com \
                   -Dhttps.proxyPort=8081 \
                   -Dhttp.nonProxyHosts='*api.private.cloud.com|local*'

http.nonProxyHosts applies to HTTPS as well.

Clone this wiki locally