How do i uninstall m2e in eclipse kepler

天涯浪子 提交于 2019-12-02 07:41:59
  1. Click Help-> About Eclipse -> Installation Details -> Installed Software

  2. Find out your software

  3. Click uninstall

Download fresh copy of Eclipse Kepler. If you want m2e, use this link http://eclipse.org/m2e/download/

many other m2e plugins are old and stopped development.

Actually if you wish to get rid of m2e, you need to remove all packages and directories containing m2e string in eclipse installation's plugin folder. Removing them from workspace doesn't do much good (they are recreated if needed).

I tried this out in Luna and all m2e integrations (plugins and features) were removed...

Now if you still wish to use maven (but not m2e plugin), you just need to create external tool entries for each maven operation you wish to use.

You cant download the java EE version , you have to download Eclipse Standard, and use the update site to select java EE plugins you want, in that case you do not select m2e integration

Yura Shinkarev

Remove folders:

.metadata.plugins\org.eclipse.m2e.core\

.metadata.plugins\org.eclipse.m2e.logback.configuration\

From this

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