[ http://jira.codehaus.org/browse/MNG-728?page=comments#action_83042 ] Steve Loughran commented on MNG-728: ------------------------------------
I recommend closing this issue as WONTFIX, as the Java 5+ auto proxy code is fundamentally broken, and anyone using it is just looking to create spurious support calls. This is why Ant1.7.0 rolled back auto proxy support unless the explicitly wants it with -autoproxy . The only way to address proxy setup in Java is to write a good library to do it, not rely on the JVM. > Consider using java.net.useSystemProxies > ---------------------------------------- > > Key: MNG-728 > URL: http://jira.codehaus.org/browse/MNG-728 > Project: Maven 2 > Issue Type: Bug > Components: Plugins and Lifecycle > Affects Versions: 2.0-alpha-3 > Reporter: Kohsuke Kawaguchi > Priority: Minor > Fix For: 2.1 > > Attachments: maven-proxy-1.patch, maven-proxy-2.patch, > maven-proxy-3.patch > > > Consider using the java.net.useSystemProxies property so that Maven can work > with a proxy without requring any user intervention. > See http://weblogs.java.net/blog/kohsuke/archive/2005/08/we_deserve_a_be.html > for more information. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
