Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aether-users] P2 Repository for Aether Snapshots?

Marcel Bruch wrote:

After spending an hour on stubbing various org.eclipse.aether interfaces: does aether come with built-in support for maven-like repositories already?

No, interaction with Maven-like repositories is provided by the maven-aether-provider from the Apache Maven project, cf. [0].

I wonder if I'm supposed to use org.eclipse.aether for maven-like repositories already or use org.sonatype.aether + org.apache.maven?

There is no released version of the maven-aether-provider based on o.e.aether yet, so for now, o.s.aether+o.a.m is the recommended combo.

Has me2 a P2 repository that we can use to consume org.sonatype.aether and its implementation for maven?

AFAIK, the relevant JARs are embedded into a single bundle (org.eclipse.m2e.maven.runtime) representing the entire Maven runtime which should be included in the P2 update sites listed in m2e's download section. You should double-check on the m2e list but I think this is as close to a P2-resolvable Aether bundle as it gets right now.


Benjamin


Back to the top