Skip to main content

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

Hi Igor,

Thanks for your response. I was using this page as a starting point to understand the available options:


It recommends implementing a project configurator and build participant and deploying them as an eclipse plug-in as described here:


Is this option mainly intended to wrap existing maven-plugins and to provide more extensive eclipse project configuration capabilities? (Btw. It would be nice if the document had a section on how to provision these m2e connectors, i.e. create repository, deploy to it, and make it available to eclipse developers; at a minimum some pointers to the right tycho docs would be useful.)

Are you suggesting that if I write my own plugin, I should instead include the lifecycle mapping in my maven plugin and use the build context API to add incremental behavior, as described here?


- Ben



On Mon, May 6, 2013 at 7:48 PM, Igor Fedorenko <igor@xxxxxxxxxxxxxx> wrote:
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

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


Back to the top