Skip to main content

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

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:

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.

Now we had the idea to combine both of the plugins to use EGit's nice UI and maven-jgitflow-plugin's POM business logic to get a user-friendly UI driven workflow, but we have no good starting point.

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.

Kind regards
Frank


Back to the top