Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] Integrating m2e with egit / Gitflow

On 12/21/2016 08:56 AM, frank.jakop@xxxxxxxxxxxxxxx wrote:

Hello,
we're ralatively new to eclipse plugin development and we're trying to get EGit UI integrated with m2e for the following use case:


Hi and welcome,

EGit has a nice UI for Gitflow support, menu items are enabled and disabled context-sensitive, e.g. you can only finish a release if you startetd one. On the other side EGit does not know anything about Maven, so at this moment we're using the maven-jgitflow-plugin by Atlassian to do Gitflow operations, because it performs the necessary POM modifications.

A first step could be to check whether the maven-jgitflow-plugin is m2e-compatible, and if not, to investigate making it compatible or writing a dedicated mapping: https://www.eclipse.org/m2e/documentation/m2e-making-maven-plugins-compat.html

Maybe someone here could tell us whether it is possible to attach to EGit plugin events and trigger some maven commands. Maybe I'm in the completely wrong list, in this case I'm sorry.

I believe it's more something you should ask to the egit-dev mailing-list.

HTH
--
Mickael Istria
Eclipse developer for Red Hat Developers
My blog - My Tweets

Back to the top