aboutsummaryrefslogtreecommitdiffstats
path: root/cps-parent
diff options
context:
space:
mode:
Diffstat (limited to 'cps-parent')
-rwxr-xr-xcps-parent/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml
index 60aad032e..50cca04b5 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>