Author: dennisl
Date: Mon Oct 1 13:43:33 2007
New Revision: 581069
URL: http://svn.apache.org/viewvc?rev=581069&view=rev
Log:
Add a clirr report.
Modified:
commons/proper/logging/trunk/pom.xml
Modified: commons/proper/logging/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/pom.xml?rev=581069&r1=581068&r2=581069&view=diff
==============================================================================
--- commons/proper/logging/trunk/pom.xml (original)
+++ commons/proper/logging/trunk/pom.xml Mon Oct 1 13:43:33 2007
@@ -413,6 +413,11 @@
-->
<plugin>
<groupId>org.codehaus.mojo</groupId>
+ <artifactId>clirr-maven-plugin</artifactId>
+ <version>2.1.1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
<artifactId>jdepend-maven-plugin</artifactId>
<version>2.0-beta-1</version>
</plugin>
|