[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.m2e] Re: Writing plugin using "Plug-in Development" or a maven plugin?

Maven plugins are not related to Eclipse in any way, so you need to look at Eclipse plug-in development.

--
Regards,
Igor

klm wrote:
I need to write plugin for the eclipse platform (adding a button to workbench etc.). I have looked at:

http://www.vogella.de/articles/EclipsePlugIn/article.html

But since I am using Maven I was considering to use:

http://maven.apache.org/guides/introduction/introduction-to-plugins.html

But is that primary used for maven related plugins and not for plugins to the eclipse workbench?