You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2010/09/16 17:51:59 UTC

svn commit: r997805 - /commons/proper/proxy/branches/version-2.0-work/pom.xml

Author: mbenson
Date: Thu Sep 16 15:51:59 2010
New Revision: 997805

URL: http://svn.apache.org/viewvc?rev=997805&view=rev
Log:
aggregation

Modified:
    commons/proper/proxy/branches/version-2.0-work/pom.xml

Modified: commons/proper/proxy/branches/version-2.0-work/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/proxy/branches/version-2.0-work/pom.xml?rev=997805&r1=997804&r2=997805&view=diff
==============================================================================
--- commons/proper/proxy/branches/version-2.0-work/pom.xml (original)
+++ commons/proper/proxy/branches/version-2.0-work/pom.xml Thu Sep 16 15:51:59 2010
@@ -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>