[regression] mvn deploy ignores proxy settings
----------------------------------------------

                 Key: MNG-4528
                 URL: http://jira.codehaus.org/browse/MNG-4528
             Project: Maven 2 & 3
          Issue Type: Bug
          Components: Deployment
    Affects Versions: 3.0-alpha-6
         Environment: Vista, maven 3.0-alpha-6
            Reporter: Fred Bricon


Running "mvn deploy" fails when behind a proxy (connection refused) in maven 
3.0-alpha6, even though the proxy settings have been configured in settings.xml.

Deploying the same artifact succeeds when using maven 2.0.10 -> 2.2.1, using 
the same settings.xml.
As a workaround, I had to add pass the proxy parameters in the command line: 
{noformat}
mvn deploy -Dhttp.proxyHost=proxy.ip -Dhttp.proxyPort=8080 
-Dhttp.proxyUser=username -Dhttp.proxyPassword=password
{noformat}

regards,

Fred Bricon



-- 
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

        

Reply via email to