Currently, when maven build is triggered, you can not notify external resources when phase started/ended and same for plugin.
Having a framework to register listeners can solve this issue.
Here is an initial interface I thought can help:
For plugin listener, it would be nice to pass also the plugin's configuration as input.
For phase listener:
Registration should be done from pom.xml file, either as part of plugin configuration or in a separate section.
Labels
