How do i remove m2eclipse from my eclipse installation?

35,747

Solution 1

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.

Solution 2

after doing what VonC suggested, goto the directory eclipse\plugins and search anything with m2e and remove it from the directory also do the same for the eclipse\features directory. then you won't be seeing any of the m2e things again. i would have used m2e if it had a command line feature similar to "mvn eclipse:clean" and "mvn eclipse:eclipse" sadly their both incompatible with each other.. right now all i needed are those two command lines to get me up and running with eclipse just to browse and edit the code, etc..

Share:
35,747
Admin
Author by

Admin

Updated on July 09, 2022

Comments

  • Admin
    Admin almost 2 years

    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?