Aggregated the test reports

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/jci/trunk@1530558 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 7634fb1..2b1ed93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -192,7 +192,10 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-report-plugin</artifactId>
-                <version>2.4.3</version>
+                <version>${commons.surefire.version}</version>
+                <configuration>
+                    <aggregate>true</aggregate>
+                </configuration>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>