An internal error occurred during: “Updating Maven Project”. org.eclipse.m2e.wtp.WTPProjectsUtil.isM2eWtpDisabled

只愿长相守 提交于 2019-12-05 05:32:35

You can use m2e 1.5.0 from marketplace or you can use this approach:

  • Go to:

    Preferences->Click Maven->Click Templates

Now you can see the list of templates,un-check all the templates of wtp i.e m2e-wtp-activation ....

Now you can clean install the project

Try to delete .m2 folder in your computer and clean the project then it will automatically create it.

Next check the below settings are there in .project file

Next check the settings in .classpath file

If nothing worked above. Please try to use Eclipse Luna version, it will work. I had some problem with maven 3.5 with kepler then i tried using luna, it worked for me.

I hope this helps for you!

Removing the m2e-wtp plugin fixed this for me (I don't even know what it does or when I downloaded it).

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