[ http://jira.codehaus.org/browse/MAVEN-1740?page=comments#action_55901 ] 

Kohsuke Kawaguchi commented on MAVEN-1740:
------------------------------------------

This currently prevents Maven 1.1 beta2 users from accessing the java.net maven 
repository.
See WAGONHTTP-5 for another blocker.

> https repositories are not supported
> ------------------------------------
>
>          Key: MAVEN-1740
>          URL: http://jira.codehaus.org/browse/MAVEN-1740
>      Project: Maven
>         Type: Bug

>   Components: core
>     Versions: 1.1-beta-2
>  Environment: Windows XP
>     Reporter: Kohsuke Kawaguchi

>
>
> Maven 1.1 beta2 doesn't support the https repositories (it tries to handle it 
> as file protocol)
> In fact, org.apache.maven.verifier.DependencyVerifier line 374 reads:
>             if ( repository.getProtocol().equals( "http" ) )
>             {
>                 wagon = new HttpWagon();
>             }
>             else
>             {
>                 wagon = new FileWagon();
>             }
> This used to work with Maven 1.0.2 (which apparently isn't using Wagon for 
> downloading dependency jars.)

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to