Plugin execution not covered by lifecycle configuration
If you have imported new maven project in eclipse and getting exception:
Plugin execution not covered by lifecycle configuration: com.javahonk.maven.plugins:protoc-maven-plugin:1.9-SNAPSHOT:compile-java (execution: compile-protoc-to-java, phase: generate-sources)
- Solution: You can simply ignore this warning: In eclipse click Window –> Show View –> Other –> General –> Choose Problem view window
- You will see below:
- On problem window right click on problem: Plugin execution not covered by lifecycle configuration –> Quick Fix
- Choose ignore as below and click finish:
- This should fix above issue. For more information refer maven official documentation