diff options
-rwxr-xr-x | cps-parent/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index 60aad032eb..50cca04b55 100755 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -422,6 +422,18 @@ </rules> </configuration> </execution> + <execution> + <id>report</id> + <goals> + <goal>report-aggregate</goal> + </goals> + <phase>verify</phase> + <configuration> + <dataFileIncludes> + <fileInclude>**/code-coverage/jacoco-ut.exec</fileInclude> + </dataFileIncludes> + </configuration> + </execution> </executions> </plugin> <plugin> |