diff --git a/pom.xml b/pom.xml
index 90a29831417d2baee29c0ff8d3488bc190e93c42..8dfe12a4d3250b2281337c02fc9a019b04b489a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,4 +29,13 @@
       </plugins>
     </pluginManagement>
   </build>
+  <reporting>
+      <plugins>
+          <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-surefire-report-plugin</artifactId>
+              <version>2.19.1</version>
+          </plugin>
+      </plugins>
+  </reporting>
 </project>