Hello, I'm currently working on a Maven extension that needs to be notified of what happened during test execution in Surefire. Currently it is only possible to register test framework specific listeners via the <properties> setting [1]. However there is also the org.apache.maven.surefire.report. RunListener interface [2]. I would like to provide my own implementation for this interface, but it doesn't seem to be possible. I'm willing to provide a PR to add this functionality if there are chances to get it merged.
WDYT? Benedikt [1] https://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#properties [2] https://github.com/apache/maven-surefire/blob/master/surefire-api/src/main/java/org/apache/maven/surefire/report/RunListener.java
