Hi Sergey, 2015-01-22 11:27 GMT+01:00 Sergey Beryozkin <[email protected]>: > Hi Aki > > Not sure about configuring this plugin, may be an alternative plugin exists > which can do the same but also accept the proxy properties ?
In fact, I also tried codehaus' wagon-maven-plugin (with goal download-single), but I had the same problem ;-( > > The other possible option for doing the local builds without the internet > access, predownload this file and update the build to check the file from > the local directory too ? Yes. If we can configure the build to check for a local copy and then upon not finding it, use this download plugin to go to the internet, that would be a good option. regards, aki > > Cheers, Sergey > > On 22/01/15 10:14, Aki Yoshida wrote: >> >> 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 >> >
