开发者

How do i remove m2eclipse from my eclipse installation?

开发者_如何转开发

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?


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

How do i remove m2eclipse from my eclipse installation?

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

How do i remove m2eclipse from my eclipse installation?

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.


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜