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
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
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
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.
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
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