Thanks for your response.
I've created an issue for this http://jira.codehaus.org/browse/MNG-4394

On Wed, Oct 14, 2009 at 11:32, Michal Hlavac <hla...@hlavki.eu> wrote:

> network proxy settings in maven has really bad design. As I know, only
> one proxy can active at the same time.
>
> m.
>
> Hugo Palma  wrote / napĂ­sal(a):
> > I'm trying to use the same proxy for both http and https but i'm having
> no
> > success.
> > I've tried configuring like this:
> >
> > <proxies>
> >     <proxy>
> >       <id>myhttp</id>
> >       <active>true</active>
> >       <protocol>http</protocol>
> >       <host>192.168.0.4</host>
> >       <port>8080</port>
> >     </proxy>
> >
> >     <proxy>
> >       <id>myhttps</id>
> >       <active>true</active>
> >       <protocol>https</protocol>
> >       <host>192.168.0.4</host>
> >       <port>8080</port>
> >     </proxy>
> >   </proxies>
> >
> > But only the first proxy is used. I also tried using the same id for both
> > proxies with no success.
> > Any ideas ?
> >
> > Thanks.
> >
>
>
>

Reply via email to