The settings for reporters does nothing, below is the settings used in pom.xml
<reporters>
<reporter>
<name>ut_coverage_html_reporter</name>
<fileOutput>testoutput.html</fileOutput>
<consoleOutput>true</consoleOutput>
</reporter>
</reporters>
No file is created and no error message is seen.
When debugging it is clear that the parameter
@Parameter
final List<ReporterParameter> reporters = new ArrayList<>();
in class UtPlsqlMojo is empty
The settings for reporters does nothing, below is the settings used in pom.xml
No file is created and no error message is seen.
When debugging it is clear that the parameter
in class UtPlsqlMojo is empty