0

Given - POM file which has munit requiredApplicationCoverage defined as 75.

WHEN - tried following command mvn test with-Dcoverage and help:effective-pom Edit - have mention command as comment to this thread

THEN - when mvn test executes it does coverage based on 75 not 100 and also in effective-pom , it's value is 75

Refernce documentation : https://docs.mulesoft.com/munit/2.3/munit-maven-plugin#munit-maven-plugin-configuration-reference

1 Answers1

0

You can't override the XML from the pom by defining it as a literal in a property. You have to edit the pom itself and edit the structure n the file, with values you want.

aled
  • 21,330
  • 3
  • 27
  • 34