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 2009/06/06 13:29:19 UTC

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

Author: olegk
Date: Sat Jun  6 11:29:19 2009
New Revision: 782229

URL: http://svn.apache.org/viewvc?rev=782229&view=rev
Log:
Removed clirr build execution due to the conflict with clover

Modified:
    httpcomponents/httpcore/trunk/pom.xml

Modified: httpcomponents/httpcore/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/pom.xml?rev=782229&r1=782228&r2=782229&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/pom.xml (original)
+++ httpcomponents/httpcore/trunk/pom.xml Sat Jun  6 11:29:19 2009
@@ -124,21 +124,6 @@
         </configuration>
       </plugin>
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>clirr-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>clirr-check</id>
-            <goals>
-              <goal>check</goal>
-            </goals>
-            <configuration>
-              <comparisonVersion>4.0</comparisonVersion>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
         <artifactId>maven-site-plugin</artifactId>
       </plugin>
       <plugin>