Can jacoco Maven plugin be configured to generate xml report but not HTML report?
There doesn't seem to be a config option for the pom and the "report" task is the only target task that makes sense here.
In my Azure ADO pipeline, the xml report is parsed by the pipeline, but I get an ADO error that the pipeline is going to ignore the extra HTML files (because the pipeline generates its own html report tab).
I am asking because i want to get rid of the warning by turning off HTML file output.
OR, do i need to hack it by making a pipeline step to manually delete them?
Thanks,
Jon