Why do Eclipse Luna Maven projects give errors for maven-compiler-plugin?

拟墨画扇 提交于 2019-12-06 09:43:26
Tom

From https://issuetracker.springsource.com/browse/STS-4236 and crediting the user on that site who provided the answer:

Martin Lippert (c) added a comment - 27/Oct/15 7:04 AM

I can reproduce this behavior, but can't find the root cause of it yet. It seems to happen after updating STS, but not updating the m2e components for whatever reason.

The way to solve this is to update the used m2e and m2e-wtp components in STS by installing those updates via "Install New Software" from:

http://download.eclipse.org/technology/m2e/releases
http://download.eclipse.org/m2e-wtp/releases/mars/

After that update, the lifecycle mapping should work fine again. I am still getting an issue when running this on a JDK6, but that is a different story.

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