How do i remove m2eclipse from my eclipse installation?

mvn picture mvn · Mar 16, 2010 · Viewed 35.5k times · Source

I don't need m2eclipse to work properly, I just need to remove m2eclipse for now and let eclipse behave normally. how do i do this?

Answer

VonC picture VonC · Mar 16, 2010

Two solutions:

Remove the plugin through the list of installed plugins
(the illustrations are from the blog post "Install Eclipse UI Form Editor" written by Albert ATTARD):

install

The "about eclipse" menu will give you access to the list of installed Software:

uninstall

You can click on the right application (m2eclipse for you, Jiglo in this example), and click uninstall, and restart eclipse.


A safer solution would be first to install a new fresh copy of Eclipse, and add your existing plugins (except m2eclipse): if that fails, you still have your previous Eclipse installation untouched.