How do i remove m2eclipse from my eclipse installation?

Deadly 提交于 2019-11-27 15:52:29

问题


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?


回答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):

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

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.




回答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..



来源:https://stackoverflow.com/questions/2452040/how-do-i-remove-m2eclipse-from-my-eclipse-installation

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!