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 2013/07/16 16:30:53 UTC

svn commit: r1503733 - /httpcomponents/httpcore/trunk/httpcore-osgi/pom.xml

Author: olegk
Date: Tue Jul 16 14:30:53 2013
New Revision: 1503733

URL: http://svn.apache.org/r1503733
Log:
Removed Clover2 plugin configuration

Modified:
    httpcomponents/httpcore/trunk/httpcore-osgi/pom.xml

Modified: httpcomponents/httpcore/trunk/httpcore-osgi/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-osgi/pom.xml?rev=1503733&r1=1503732&r2=1503733&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-osgi/pom.xml (original)
+++ httpcomponents/httpcore/trunk/httpcore-osgi/pom.xml Tue Jul 16 14:30:53 2013
@@ -70,13 +70,6 @@
         </configuration>
       </plugin>
       <plugin>
-        <groupId>com.atlassian.maven.plugins</groupId>
-        <artifactId>maven-clover2-plugin</artifactId>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-      <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>clirr-maven-plugin</artifactId>
         <configuration>
@@ -90,13 +83,6 @@
   <reporting>
     <plugins>
       <plugin>
-        <groupId>com.atlassian.maven.plugins</groupId>
-        <artifactId>maven-clover2-plugin</artifactId>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-      <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>clirr-maven-plugin</artifactId>
         <version>${hc.clirr.version}</version>