m2eclipse error

前端 未结 17 1113
忘掉有多难
忘掉有多难 2020-12-07 09:58

I am developing a web application with Eclipse and I generate the project with a maven archetype.

When I enable maven dependency management, Eclipse mark some errors

17条回答
  •  春和景丽
    2020-12-07 10:27

    I had a similar case for the default groovy compiler plugin

    The solution was to install ME2 provided by Springsource according to this answer

    Plugin execution not covered by lifecycle configuration maven error

    This immediately solved the "Plugin execution not covered by lifecycle configuration" problem in Eclispe Juno.

提交回复
热议问题