How do i uninstall m2e in eclipse kepler

2019-03-02 14:30发布

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

5条回答
祖国的老花朵
2楼-- · 2019-03-02 15:14

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.

查看更多
SAY GOODBYE
3楼-- · 2019-03-02 15:15

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.

查看更多
劫难
4楼-- · 2019-03-02 15:15

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楼-- · 2019-03-02 15:17
  1. Click Help-> About Eclipse -> Installation Details -> Installed Software

  2. Find out your software

  3. Click uninstall

查看更多
等我变得足够好
6楼-- · 2019-03-02 15:27

enter image description here

Remove folders:

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

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

From this

查看更多
登录 后发表回答