You are creating a custom maven plugin, everything works but when it comes to using it in a maven module inside Eclipse, m2eclipse plugin cries with message – “plugin execution not covered by lifecycle configuration”.
Now one could find a lot of documentation on how to get around with this error while using a third-party plugin, but what about if you yourself are creating a maven plugin. You would like to fix it before it comes in front of your custom-plugin users.
I was very confused with the existing documentation on how to fix it. So now as finally I fixed it, let me share it with you and come to the point.
[Read more…] about Custom maven plugin development – plugin execution not covered by lifecycle configuration