m2e uses async http client for http/https repositories, but should handle other repository protocols the same way as maven 3.0.x on command line, i.e. you need to register wagon for the protocol via build extensions.
-- Regards, Igor On 11-06-10 6:18 PM, Stevo Slavić wrote:
Hello m2eclipse users, When I try to build a project which pulls some of its dependencies from eclipselink repository ( http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/rt/eclipselink/maven.repo ), build in eclipse failed with [1] while command line maven build completed successfully. When googling for "The URI scheme, of the URI must be equal (ignoring case) to 'http'", AsyncHttpProviderUtils class from sonatype / async-http-client project appears in search results. Is m2eclipse using async http connector? Does it support ftp like wagon does? I'm using eclipse helios, and m2eclipse 0.12.1. Regards, Stevo. [1] m2eclipse build error [ERROR] Failed to execute goal on project spring-data-jpa: Could not resolve dependencies for project org.springframework.data:spring-data-jpa:jar:1.0.0.BUILD-SNAPSHOT: The following artifacts could not be resolved: org.eclipse.persistence:org.eclipse.persistence.jpa:jar:2.2.0, org.eclipse.persistence:org.eclipse.persistence.core:jar:2.2.0, org.eclipse.persistence:org.eclipse.persistence.antlr:jar:2.2.0: Could not transfer artifact org.eclipse.persistence:org.eclipse.persistence.jpa:jar:2.2.0 from/to eclipselink (http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/rt/eclipselink/maven.repo): The URI scheme, of the URI ftp://ftp.cse.buffalo.edu/pub/Eclipse/rt/eclipselink/maven.repo/org/eclipse/persistence/org.eclipse.persistence.jpa/2.2.0/org.eclipse.persistence.jpa-2.2.0.jar, must be equal (ignoring case) to 'http' -> [Help 1] _______________________________________________ m2e-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/m2e-users
_______________________________________________ m2e-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/m2e-users
