[ http://jira.codehaus.org/browse/MNG-4211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=255332#action_255332 ]
Robert Glover Jr commented on MNG-4211: --------------------------------------- My associate tells me that adding to the folowing to settings.xml fixes the problem. Hooray! <server> <id>nexus</id> <configuration> <wagonProvider>httpclient</wagonProvider> <httpHeaders> <property> <name>User-Agent</name> <value>Java/1.6.0_21</value> </property> </httpHeaders> </configuration> </server> > [regression] proxy access broken between maven version 2.0.10 and 2.1. > Probably due to addition of wagon 1.0-beta-4+ > --------------------------------------------------------------------------------------------------------------------- > > Key: MNG-4211 > URL: http://jira.codehaus.org/browse/MNG-4211 > Project: Maven 2 & 3 > Issue Type: Bug > Components: Artifacts and Repositories > Affects Versions: 2.1.0, 2.2.0 > Environment: WinXP SP2 > Reporter: Robert Glover Jr > Priority: Blocker > Fix For: Issues to be reviewed for 3.x > > Attachments: jira_files_4_total.zip > > > At a large company, maven become impossible to use via proxy when maven > upgraded from 1.0.10 to 2.1. maven has always worked fine via proxy in 2.0.9 > and continues to work fine. however maven via proxy always fails in version > 2.1.0 and higher. > Attached is a zip file containing 1) log of GMAIL chat between the > creater of this JIRA and a maven developer. 2) two console outputs of > running maven 2.2. RC3 showing the proxy failure messages. 3) setting.xml > (with comments stripped out) -- 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