Skip to content

Reporter settings does not work #76

Description

@lasseahvenainen

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions