You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Matthias Hryniszak (JIRA)" <ji...@codehaus.org> on 2009/05/27 11:19:42 UTC

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

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


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

        

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

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ 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

        

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

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ 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

        

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

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-4176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason van Zyl closed MNG-4176.
------------------------------

       Resolution: Incomplete
    Fix Version/s:     (was: 2.2.x)

> 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