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/10/27 17:09:05 UTC

svn commit: r708226 - /httpcomponents/httpclient/trunk/pom.xml

Author: olegk
Date: Mon Oct 27 09:09:04 2008
New Revision: 708226

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

Modified:
    httpcomponents/httpclient/trunk/pom.xml

Modified: httpcomponents/httpclient/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/pom.xml?rev=708226&r1=708225&r2=708226&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/pom.xml (original)
+++ httpcomponents/httpclient/trunk/pom.xml Mon Oct 27 09:09:04 2008
@@ -181,6 +181,11 @@
         <artifactId>maven-surefire-report-plugin</artifactId>
       </plugin>
 
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>clirr-maven-plugin</artifactId>
+      </plugin>
+
     </plugins>
   </reporting>