Author: niallp Date: Tue May 20 14:50:51 2008 New Revision: 658454 URL: http://svn.apache.org/viewvc?rev=658454&view=rev Log: Add clirr report, remove PMD and specify reporting plugin versions
Modified: commons/proper/chain/trunk/pom.xml Modified: commons/proper/chain/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/pom.xml?rev=658454&r1=658453&r2=658454&view=diff ============================================================================== --- commons/proper/chain/trunk/pom.xml (original) +++ commons/proper/chain/trunk/pom.xml Tue May 20 14:50:51 2008 @@ -176,6 +176,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-changes-plugin</artifactId> + <version>2.0</version> <configuration> <xmlPath>${basedir}/xdocs/changes.xml</xmlPath> <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate> @@ -192,6 +193,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> + <version>2.1</version> <configuration> <configLocation>checkstyle.xml</configLocation> <enableRulesSummary>false</enableRulesSummary> @@ -199,12 +201,12 @@ </plugin> <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-pmd-plugin</artifactId> + <groupId>org.codehaus.mojo</groupId> + <artifactId>clirr-maven-plugin</artifactId> + <version>2.2</version> <configuration> - <rulesets> - <ruleset>checkstyle.xml</ruleset> - </rulesets> + <comparisonVersion>1.1</comparisonVersion> + <minSeverity>info</minSeverity> </configuration> </plugin> </plugins>