[ http://jira.codehaus.org/browse/MNG-4176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brett Porter updated MNG-4176: ------------------------------ Fix Version/s: 2.2.x > Proxy settings are ignored > -------------------------- > > Key: MNG-4176 > URL: http://jira.codehaus.org/browse/MNG-4176 > Project: Maven 2 > Issue Type: Bug > Affects Versions: 2.1.0 > Environment: Windows XP SP3, JDK 1.6.0_13 > Reporter: Matthias Hryniszak > Fix For: 2.2.x > > > The following settings in settings.xml in user's home dir have no effect > while downloading artifacts from behind a proxy server: > <proxies> > <proxy> > <active>true</active> > <protocol>http</protocol> > <host>proxy.host.com</host> > <port>80</port> > <username>my-user-name<username> > <password>my-password<password> > <nonProxyHosts></nonProxyHosts> > </proxy> > </proxies> > Setting java proxy settings using MAVEN_OPTS=-Dhttp.proxyHost=proxy.host.com > -Dhttp.proxyPort=80 -Dhttp.proxyUser=my-user-name > -Dhttp.proxyPassword=my-password works as expected. -- 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