Plugin execution not covered by lifecycle configuration

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

Plugin execution not covered by lifecycle configuration

  • You will see below:

Plugin execution not covered by lifecycle configuration

  • On problem window right click on problem: Plugin execution not covered by lifecycle configuration –> Quick Fix

Plugin execution not covered by lifecycle configuration

  • Choose ignore as below and click finish:

Plugin execution not covered by lifecycle configuration

  • This should fix above issue. For more information refer maven official documentation

Leave a Reply

Your email address will not be published. Required fields are marked *