Author: sebb Date: Fri May 4 16:38:27 2012 New Revision: 1334052 URL: http://svn.apache.org/viewvc?rev=1334052&view=rev Log: We want the non-aggregate report!
Modified: commons/proper/pool/trunk/pom.xml Modified: commons/proper/pool/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/pom.xml?rev=1334052&r1=1334051&r2=1334052&view=diff ============================================================================== --- commons/proper/pool/trunk/pom.xml (original) +++ commons/proper/pool/trunk/pom.xml Fri May 4 16:38:27 2012 @@ -203,7 +203,7 @@ <reportSets> <reportSet> <reports> - <report>checkstyle-aggregate</report> + <report>checkstyle</report> </reports> </reportSet> </reportSets>