[jira] Created: (MNG-2066) Specify multiple proxies

2006-02-12 Thread Thomas Recloux (JIRA)
Specify multiple proxies Key: MNG-2066 URL: http://jira.codehaus.org/browse/MNG-2066 Project: Maven 2 Type: Improvement Versions: 2.0.2 Reporter: Thomas Recloux Attachments: multiple-proxies-paches.zip After this discussion

Re: Specify multiple proxies

2006-02-01 Thread Steve Loughran
Brett Porter wrote: Thomas Recloux wrote: I see two solutions: - Keeping only one active proxy and add a way to specify multiple protocols by proxy. - Modify the Settings and DefaultMaven objects to add one active proxy server by protocol. What do you think of this? If you choose one of theses

Re: Specify multiple proxies

2006-01-31 Thread Brett Porter
Thomas Recloux wrote: > 2006/1/31, Brett Porter <[EMAIL PROTECTED]>: > >> I'd start with the second one as it doesn't requires model changes and >> can be included in Maven 2.0.3. > > OK, I'll work on it. Should I create a jira issue ? On the MNG project ? yes, please. > >> I'd also special ca

Re: Specify multiple proxies

2006-01-31 Thread Thomas Recloux
2006/1/31, Brett Porter <[EMAIL PROTECTED]>: > I'd start with the second one as it doesn't requires model changes and > can be included in Maven 2.0.3. OK, I'll work on it. Should I create a jira issue ? On the MNG project ? > I'd also special case https to use the http proxy if none is defined.

Re: Specify multiple proxies

2006-01-31 Thread Brett Porter
Thomas Recloux wrote: > I see two solutions: > - Keeping only one active proxy and add a way to specify multiple > protocols by proxy. > - Modify the Settings and DefaultMaven objects to add one active proxy > server by protocol. > > What do you think of this? If you choose one of theses solutions

Specify multiple proxies

2006-01-31 Thread Thomas Recloux
Hello all, I need to use my office proxy to access two repositories: - The central repository on Ibibio using the http protocol. - An enterprise internal repository located in an other country, using the https protocol. I submitted a patch on wagon (http://jira.codehaus.org/browse/WAGONHTTP-6) f