79339613

Date: 2025-01-08 14:49:41
Score: 1
Natty:
Report link

The Maven task within Azure pipelines with coverage enabled manipulates the pom.xml to add the JaCoCo plugin, irrespective of whether the plugin was already included. This is the link to the relevant code performing this change.

Although not an ideal solution, removing the JaCoCo plugin from the pom.xml will resolve the error. With this approach, any configuration for JaCoCo has to be relocated to the Maven task.

Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Travis Brown