You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "John Casey (JIRA)" <ji...@codehaus.org> on 2009/07/13 22:54:23 UTC

[jira] Issue Comment Edited: (MNG-4228) [regression] Authorization failed: Not authorized by proxy.

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

John Casey edited comment on MNG-4228 at 7/13/09 3:52 PM:
----------------------------------------------------------

lightweight wagon is once again the default for http/s wagons, but httpclient-driven wagons can be selected using:

{noformat}
-Dmaven.wagon.provider.http=httpclient 

-OR-

-Dmaven.wagon.provider.https=httpclient
{noformat}

Or, you can configure the provider per-server using the following <server> configuration:

{noformat}
<wagonProvider>httpclient</wagonProvider>
{noformat}

Once the release goes out, you'll be able to read up on this configuration at:

http://maven.apache.org/guides/mini/guide-wagon-providers.html

      was (Author: jdcasey):
    lightweight wagon is once again the default for http/s wagons, but httpclient-driven wagons can be selected using:

{noformat}
-Dmaven.wagon.provider.http=httpclient 

-OR-

-Dmaven.wagon.provider.https=httpclient
{noformat}

Or, you can configure the provider per-server using the following <server> configuration:

{noformat}
<wagonProvider>httpclient</wagonProvider>
{noformat}
  
> [regression] Authorization failed: Not authorized by proxy.
> -----------------------------------------------------------
>
>                 Key: MNG-4228
>                 URL: http://jira.codehaus.org/browse/MNG-4228
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Artifacts and Repositories, Settings
>    Affects Versions: 2.2.0
>         Environment: Windows XP, java version "1.6.0_04"
>            Reporter: Marco Noto
>            Assignee: John Casey
>            Priority: Blocker
>             Fix For: 2.2.1
>
>         Attachments: NTLMV21.RAR, TestNTLMAuth.java
>
>
> I can not access any external repository using the version 2.2.0. If I go back to 2.1.0 everything works properly. 
> For example:
> mvn -U eclipse:eclipse
> [INFO] Scanning for projects...
> [INFO] Searching repository for plugin with prefix: 'eclipse'.
> [INFO] org.apache.maven.plugins: checking for updates from central
> [WARNING] repository metadata for: 'org.apache.maven.plugins' could not be retrieved from repository: central due
>  to an error: Authorization failed: Not authorized by proxy.
> [INFO] Repository 'central' will be blacklisted

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