Tibor17 commented on issue #226: Extended SimpleReportEntry with sourceText and nameText URL: https://github.com/apache/maven-surefire/pull/226#issuecomment-482230224 @rfscholte Still I have one problem. The jar file of the plugin does not contain `META-INF/plexusc/omponents.xml`. It can be found in the jar file of `maven-surefire-common` but not in `maven-surefire-plugin` jar. Used `plexus-component-metadata` with goal `generate-metadata` does not make lookup in plugin dependencies, so I have to move the `DefaultStatelessReporter` into the module `maven-surefire-plugin`. Not sure if `StatelessReporter` classs to move as well but i will try to reach similar `components.xml` in principle what the shaded plugin has : ``` <?xml version="1.0" encoding="UTF-8"?> <component-set> <components> <component> <role>org.apache.maven.plugins.shade.Shader</role> <role-hint>default</role-hint> <implementation>org.apache.maven.plugins.shade.DefaultShader</implementation> <description /> <isolated-realm>false</isolated-realm> </component> </components> </component-set> ```
---------------------------------------------------------------- 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
