You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2008/06/13 21:35:41 UTC

svn commit: r667625 - /httpcomponents/httpcore/trunk/pom.xml

Author: olegk
Date: Fri Jun 13 12:35:41 2008
New Revision: 667625

URL: http://svn.apache.org/viewvc?rev=667625&view=rev
Log:
Added clirr report

Modified:
    httpcomponents/httpcore/trunk/pom.xml

Modified: httpcomponents/httpcore/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/pom.xml?rev=667625&r1=667624&r2=667625&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/pom.xml (original)
+++ httpcomponents/httpcore/trunk/pom.xml Fri Jun 13 12:35:41 2008
@@ -171,6 +171,11 @@
         <artifactId>maven-surefire-report-plugin</artifactId>
       </plugin>
 
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>clirr-maven-plugin</artifactId>
+      </plugin>
+
     </plugins>
   </reporting>