Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] Another persistent set of "Plugin execution not covered by lifecycle configuration" errors

I restarted Eclipse this morning, and now I've got a bunch of errors like this:

Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile (execution: default-testCompile, phase: test-compile)

There were 5 others like this in the pom.  All of my source files had compile errors because of missing dependencies.

I tried doing "Update Project", along with "Force update of snapshots/releases".  No change.  I guess I'll try restarting Eclipse again.  When I restarted, it didn't remove the "Plugin execution ..." errors, but for some reason it did remove the compile errors from the missing dependencies.  When I then did the "Update Project" thing again, it finally made the project green again.

It seems like every 2-3 times I restart Eclipse I have to deal with these errors.


Back to the top