diff options
-rw-r--r-- | integration/pom.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index c840fac7..ae6ab215 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -670,7 +670,13 @@ <skip>true</skip> </configuration> </execution> - + <execution> + <id>report-aggregate</id> + <phase>prepare-package</phase> + <goals> + <goal>report-aggregate</goal> + </goals> + </execution> </executions> </plugin> </plugins> |