On Feb 13, 2012, at 12:53 PM, Romain Manni-Bucau wrote:

> Hi,
> 
> at work we have to use a proxy to get connected to the internet. Nothing
> special but each time a maven build needs to connect to external network we
> need to set it: mvn XXX -Dhttp.proxyPort=1234 -Dhttp.proxyHost=foo for
> instance.
> 
> The boring thing is even if the proxy is set in settings.xml, surefire
> ignore it in fork (!= never) mode.
> 
> To avoid to tweak surefire plugin to make our build pass more easily
> everywhere i created
> http://svn.apache.org/repos/asf/openejb/trunk/maven-plugins/properties-maven-plugin/
> and
> added it to the webapp arquillian adapter David updated yesterday:
> http://svn.apache.org/repos/asf/openejb/trunk/openejb/arquillian-tomee/arquillian-tomee-webapp-remote/pom.xml
> 
> Like this our pom doesn't need any tweak.
> 
> Any thought about it?

I guess I might recommend moving this out of the trunk (sandbox is fine), 
temporarily removing it's usage from the build and then working with the maven 
people to see if you can get this in.

I've occasionally written tooling here and moved it to more appropriate places. 
 It's normal.


-David

Reply via email to