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>