diff --git a/pom.xml b/pom.xml index c8a5ce2f4f8e6a28e2f27142155d39e9e846dc39..475c761a40233eec0fedb7b7b529370321693e3c 100644 --- a/pom.xml +++ b/pom.xml @@ -344,6 +344,16 @@ <artifactId>jacoco-maven-plugin</artifactId> <version>${jacoco-maven-plugin.version}</version> <executions> + <execution> + <id>aggregate-reports-all</id> + <phase>test</phase> + <goals> + <goal>report</goal> + </goals> + <configuration> + <title>BudgetMaster Code Coverage</title> + </configuration> + </execution> <execution> <id>prepare-agent</id> <goals>