aggregation

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/proxy/branches/version-2.0-work@997805 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index bdf01f5..871ddbf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,9 +174,17 @@
                         <link>http://commons.apache.org/logging/apidocs/</link>
                         <link>http://www.slf4j.org/api/</link>
                     </links>
+                    <aggregate>true</aggregate>
                 </configuration>
 
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-report-plugin</artifactId>
+                <configuration>
+                    <aggregate>true</aggregate>
+                </configuration>
+            </plugin>
         </plugins>
     </reporting>