summaryrefslogtreecommitdiffstats
path: root/integration/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'integration/pom.xml')
-rw-r--r--integration/pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index 2e5485ea..279f57d0 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>