maven setting for cxf build in using com.googlecode.maven-download-plugin behind firewall?

2015-01-22 Thread Aki Yoshida
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 properti

Re: maven setting for cxf build in using com.googlecode.maven-download-plugin behind firewall?

2015-01-22 Thread Sergey Beryozkin
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 ? 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

Re: maven setting for cxf build in using com.googlecode.maven-download-plugin behind firewall?

2015-01-22 Thread Aki Yoshida
Hi Sergey, 2015-01-22 11:27 GMT+01:00 Sergey Beryozkin : > 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 ha

Re: maven setting for cxf build in using com.googlecode.maven-download-plugin behind firewall?

2015-01-22 Thread Sergey Beryozkin
Hi Aki On 22/01/15 11:02, Aki Yoshida wrote: Hi Sergey, 2015-01-22 11:27 GMT+01:00 Sergey Beryozkin : 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-pl

Re: maven setting for cxf build in using com.googlecode.maven-download-plugin behind firewall?

2015-01-22 Thread Aki Yoshida
2015-01-22 12:05 GMT+01:00 Sergey Beryozkin : > Hi Aki > On 22/01/15 11:02, Aki Yoshida wrote: >> >> Hi Sergey, >> >> 2015-01-22 11:27 GMT+01:00 Sergey Beryozkin : >>> >>> Hi Aki >>> >>> Not sure about configuring this plugin, may be an alternative plugin >>> exists >>> which can do the same but al