jira-importer commented on issue #503: URL: https://github.com/apache/maven-invoker-plugin/issues/503#issuecomment-2957797541
**[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented I might have found a solution, but it'll take some time to implement. Whoever wants to pick this up: - the maven-invoker-plugin should create a `.mvn/extensions.xml` referring to some invoker-extension. - this extension should be part of `invoker:install` - A class of this extension should extend the `AbstractExecutionListener` and implement all `fail`-methods - Once called it must inform the maven-invoker-plugin. Probably the easiest solution is to write the info to a new file, being recognized the plugin. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org