diff --git a/ccm-core/pom.xml b/ccm-core/pom.xml
index b23d24c57..86a5e1167 100644
--- a/ccm-core/pom.xml
+++ b/ccm-core/pom.xml
@@ -413,6 +413,14 @@
false
+
+
+ unit-tests
+
+ report-only
+
+
+
@@ -1063,6 +1071,23 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-report-plugin
+
+
+ integration-tests
+
+ failsafe-report-only
+
+
+
+
+
+
+
diff --git a/pom.xml b/pom.xml
index d051b2c04..3a1cda1a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -252,6 +252,11 @@
maven-surefire-plugin
3.0.0-M3
+
+ org.apache.maven.plugins
+ maven-surefire-report-plugin
+ 3.0.0-M5
+
org.apache.maven.plugins
maven-site-plugin