the current CXF snapshots uses com.googlecode.maven-download-plugin to download a remote file during build. The background for this is described in https://issues.apache.org/jira/browse/CXF-6143.
I am trying to make this plugin use a local http proxy. I have tried setting those java proxy properties -Dhttps.proxyHost etc in my MAVEN_OPTS and also setting https_proxy system properties. but it is not working. Does anyone know how to make this plugin use an http proxy? Thanks. regards, aki
