Contributing: Plugin execution not covered by lifecycle configuration
See original GitHub issueI have been trying to load the Plugin source in a fresh install of Eclipse 2019-06 for Committers or Eclipse 2019-03 for Committers, following the usual steps as for the contibutors guide.
The project build within Eclipse seems to fail with the following error (multiple instances in org.eclipse.corrosion
and org.eclipse.corrosion.tests
).
Plugin execution not covered by lifecycle configuration: org.eclipse.tycho:tycho-compiler-plugin:1.4.0:compile (execution: default-compile, phase: compile)
Issue Analytics
- State:
- Created 4 years ago
- Comments:13 (13 by maintainers)
Top Results From Across the Web
How to solve "Plugin execution not covered by lifecycle ...
Window > Preferences > Maven > Errors/Warnings > Plugin execution not covered by life-cycle configuration. Select Ignore / Warning / Error as your...
Read more >Execution Not Covered - M2Eclipse
Starting with M2Eclipse 1.2, it is now possible to configure lifecycle mapping metadata in m2e workspace preferences. Plugin goals can be ignored at...
Read more >Plugin execution not covered by lifecycle configuration ...
Phenonmenon When I importted the release of project into Eclipse, I had errors belows. They stopped Eclipse from importting it.
Read more >[SOLVED] "Plugin execution not covered by lifecycle ...
I wanted to start by saying I love OpenHAB and have been using it for my home setup for years now. It really...
Read more >"Plugin execution not covered by lifecycle configuration" for ...
The problem is some parent configures the maven-compiler-plugin to use compilerId=eclipse, which is not supported out of the box by m2e (it only...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
With https://github.com/eclipse/corrosion/commit/102d849542dc93df94799b7d789e403b12eb8559 , changing .settings shouldn’t require bumping the version as long as the change in .settings/ doesn’t result in different binary content.
m2e should show a quickfix on those errors, like “Search for connectors” or something like that. By going through this process, you should be guided to installation of the m2e-tycho connector that would fix such issues. However, m2e-tycho doesn’t do much important things for LSP4E, so you may also just follow the quickfix that allows to skip this execution. Anyway, I think Tycho itself could improve that, I’ve opened https://bugs.eclipse.org/bugs/show_bug.cgi?id=548569
This one is nasty and is a bug in download-maven-plugin not properly handling version change because it reuses the cache in a former version and isn’t able to process it. To work around it, delete your
.m2/repository/.cache/download-maven-plugin
folder and retry a build.