We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.