You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Benjamin Bentmann <be...@udo.edu> on 2010/08/03 02:37:08 UTC

Re: Running maven integration test suite behind a firewall?

Barrie Treloar wrote:

> Looking at http://docs.codehaus.org/display/MAVEN/Creating+a+Maven+Integration+Test
> and the Verifier code there doesn't appear to be any way to pass in my
> local settings.xml (which sets the mirror definitions)

Many of the ITs require specific mirror/proxy setups, so using arbitrary 
settings isn't easy. I just updated the IT suite to use a global 
settings.xml which supports the system properties proxy.host, 
proxy.port, proxy.user and proxy.pass to setup a HTTP proxy. I'll see 
about exposing the repo URL for overriding next.


Benjamin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: Running maven integration test suite behind a firewall?

Posted by Barrie Treloar <ba...@gmail.com>.
On Tue, Aug 3, 2010 at 10:07 AM, Benjamin Bentmann
<be...@udo.edu> wrote:
> Barrie Treloar wrote:
>
>> Looking at
>> http://docs.codehaus.org/display/MAVEN/Creating+a+Maven+Integration+Test
>> and the Verifier code there doesn't appear to be any way to pass in my
>> local settings.xml (which sets the mirror definitions)
>
> Many of the ITs require specific mirror/proxy setups, so using arbitrary
> settings isn't easy. I just updated the IT suite to use a global
> settings.xml which supports the system properties proxy.host, proxy.port,
> proxy.user and proxy.pass to setup a HTTP proxy. I'll see about exposing the
> repo URL for overriding next.

Tops, thats a good start.

I'm happy with my work around at the moment since I only want to run
one IT test to proof whether there is a bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org