Tibor17 commented on issue #226: Extended SimpleReportEntry with sourceText and nameText URL: https://github.com/apache/maven-surefire/pull/226#issuecomment-482223120 @rfscholte The injection is fault tolerant as it seems. My MOJO `execute()` method prints both injections to console and it looks fine. It seems the interface `StatelessReporter` in `impl` should not be instantiable and fallsback to `DefaultStatelessReporter` but this is still fine for me. Thx ``` [INFO] --- maven-surefire-plugin:3.0.0-SNAPSHOT:test (default-test) @ surefire-extensions --- statelessReporter = org.apache.maven.plugin.surefire.extensions.DefaultStatelessReporter@12a160c2 shader = org.apache.maven.plugin.surefire.extensions.DefaultShader@aa10649 ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
