Author: bayard Date: Thu Nov 26 10:56:01 2009 New Revision: 884501 URL: http://svn.apache.org/viewvc?rev=884501&view=rev Log: Updating versions of reports, fixing bugs with Cobertura and JavaNCSS. Checkstyle still not understanding generics, but the 2.4 report errors so needs more investigation before trying that.
Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=884501&r1=884500&r2=884501&view=diff ============================================================================== --- commons/proper/lang/trunk/pom.xml (original) +++ commons/proper/lang/trunk/pom.xml Thu Nov 26 10:56:01 2009 @@ -472,7 +472,7 @@ </plugin> <plugin> <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.1</version> + <version>2.3</version> <configuration> <configLocation>${basedir}/checkstyle.xml</configLocation> <enableRulesSummary>false</enableRulesSummary> @@ -492,7 +492,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> - <version>2.2</version> + <version>2.3</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> @@ -523,13 +523,11 @@ <artifactId>taglist-maven-plugin</artifactId> <version>2.4</version> </plugin> - <!-- Struggling to handle @SuppressWarnings("unchecked") in front of code <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>javancss-maven-plugin</artifactId> - <version>2.0-beta-2</version> + <version>2.0</version> </plugin> - --> </plugins> </reporting>