You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2009/12/31 03:12:55 UTC

[jira] Commented: (MNG-4176) Proxy settings are ignored

    [ http://jira.codehaus.org/browse/MNG-4176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=204642#action_204642 ] 

Brett Porter commented on MNG-4176:
-----------------------------------

I think this was fixed in 2.2.1 too.

> Proxy settings are ignored
> --------------------------
>
>                 Key: MNG-4176
>                 URL: http://jira.codehaus.org/browse/MNG-4176
>             Project: Maven 2 & 3
>          Issue Type: Bug
>    Affects Versions: 2.1.0
>         Environment: Windows XP SP3, JDK 1.6.0_13
>            Reporter: Matthias Hryniszak
>
> 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