Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] m2e maven repository

You only need org.sonatype.plexus:plexus-build-api, which is available
from Central repository.

http://search.maven.org/#search|gav|1|g%3A%22org.sonatype.plexus%22%20AND%20a%3A%22plexus-build-api%22

In the future, please use m2e-dev@xxxxxxxxxxx to ask questions related
to m2e and m2e extensions development.

--
Regards,
Igor

On 2013-05-06 5:06 PM, Benjamin Busjaeger wrote:
I would like to make an existing in-house maven plug-in m2e compatible
using these instructions:
http://wiki.eclipse.org/M2E_compatible_maven_plugins

However, the plug-in is currently built as part of a conventional maven
build which does not use Tycho. Is m2e (1.3.1) available in a maven
repository somewhere so I can declare a standard maven dependency on it?

Thanks,
Ben


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



Back to the top