How do i uninstall m2e in eclipse kepler

蓝咒 提交于 2019-12-20 03:53:09

问题


I just download eclipse kelper and found out the m2e and m2e-wtp plugins had been installed,and the new m2e plugins has no "package" of the lifecycle,how do i uninstall it?

================================================= http://m2eclipse.sonatype.org/sites/m2e this is the update site i used in eclipse juno(now it seems 404 error).


回答1:


  1. Click Help-> About Eclipse -> Installation Details -> Installed Software

  2. Find out your software

  3. Click uninstall




回答2:


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.




回答3:


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.




回答4:


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




回答5:


Remove folders:

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

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

From this



来源:https://stackoverflow.com/questions/17538688/how-do-i-uninstall-m2e-in-eclipse-kepler

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