Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] m2eclipse and eclipselink repo

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]


Back to the top