Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] Resolving an artifact from a version range

All org.apache.maven.* and org.sonatype.aether.* packages should be
exported. In 1.0 we did this by hand, so may have missed some packages,
but in 1.1 this is done by maven-bundle-plugin [1].

Please note that these give you access to APIs below m2e and you will
have to reimplement things like workspace resolution, settings and so on.

[1] http://git.eclipse.org/c/m2e/m2e-core.git/tree/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml

--
Regards,
Igor

On 12-04-28 2:23 AM, paul.warren@xxxxxxx wrote:
Thanks Matthew.

@Igor, do you know if these packages are exported? It doesn’t look like
it but can you confirm? If not is there another way of doing this?

Cheers

_Paul

*From:*m2e-dev-bounces@xxxxxxxxxxx [mailto:m2e-dev-bounces@xxxxxxxxxxx]
*On Behalf Of *Matthew Piggott
*Sent:* Friday, April 27, 2012 6:43 AM
*To:* Maven Integration for Eclipse developers mailing list
*Subject:* Re: [m2e-dev] Resolving an artifact from a version range

You can do this with Aether, I can't remember if those packages are exported

On 27 April 2012 01:24, <paul.warren@xxxxxxx
<mailto:paul.warren@xxxxxxx>> wrote:

Hi Igor/m2e folks,

We’re using m2e 1.0.200. Given a groupId and artifactid is it possible
to programmatically resolve the artifacts that are available?

Cheers

_Paul


_______________________________________________
m2e-dev mailing list
m2e-dev@xxxxxxxxxxx <mailto:m2e-dev@xxxxxxxxxxx>
https://dev.eclipse.org/mailman/listinfo/m2e-dev



_______________________________________________
m2e-dev mailing list
m2e-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-dev


Back to the top