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?

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

Following the example snippets in your git repository, I made a roundtrip from org.eclipse.aether -> org.apache.maven -> org.sonatype.aether and I wonder if I'm supposed to use org.eclipse.aether for maven-like repositories already or use org.sonatype.aether + org.apache.maven? It seems that m2e is based on org.sonatype.aether.

In the case you know some m2e details: 
Has me2 a P2 repository that we can use to consume org.sonatype.aether and its implementation for maven?

Thanks a lot
Marcel

On 03.03.2012, at 09:50, Marcel Bruch wrote:

Hi Benjamin,

I'd like to leverage Aether in our plugins. Is there a (snapshot) p2 repository I can link against?
I've to integrate Aether with our eclipse target definitions and make it consumable by tycho somehow.

Thanks,
Marcel

Back to the top