Author: olamy Date: Mon May 21 11:33:31 2012 New Revision: 1340973 URL: http://svn.apache.org/viewvc?rev=1340973&view=rev Log: upgrade reporting plugin versions
Modified: maven/plugins/trunk/maven-invoker-plugin/pom.xml Modified: maven/plugins/trunk/maven-invoker-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-invoker-plugin/pom.xml?rev=1340973&r1=1340972&r2=1340973&view=diff ============================================================================== --- maven/plugins/trunk/maven-invoker-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-invoker-plugin/pom.xml Mon May 21 11:33:31 2012 @@ -255,7 +255,9 @@ under the License. <reporting> <plugins> <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> + <version>2.7.1</version> <configuration> <targetJdk>1.5</targetJdk> </configuration> @@ -263,7 +265,14 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.6</version> + <version>2.9.1</version> + <reportSets> + <reportSet> + <reports> + <report>checkstyle</report> + </reports> + </reportSet> + </reportSets> </plugin> </plugins> </reporting>