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/15 20:37:39 UTC

svn commit: r1503399 - in /httpcomponents/httpcore/branches/4.2.x: httpcore-nio/pom.xml httpcore/pom.xml

Author: olegk
Date: Mon Jul 15 18:37:39 2013
New Revision: 1503399

URL: http://svn.apache.org/r1503399
Log:
Removed clover2 plugin config (defined in HC parent)

Modified:
    httpcomponents/httpcore/branches/4.2.x/httpcore-nio/pom.xml
    httpcomponents/httpcore/branches/4.2.x/httpcore/pom.xml

Modified: httpcomponents/httpcore/branches/4.2.x/httpcore-nio/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.2.x/httpcore-nio/pom.xml?rev=1503399&r1=1503398&r2=1503399&view=diff
==============================================================================
--- httpcomponents/httpcore/branches/4.2.x/httpcore-nio/pom.xml (original)
+++ httpcomponents/httpcore/branches/4.2.x/httpcore-nio/pom.xml Mon Jul 15 18:37:39 2013
@@ -98,24 +98,6 @@
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
       </plugin>
-      <plugin>
-        <groupId>com.atlassian.maven.plugins</groupId>
-        <artifactId>maven-clover2-plugin</artifactId>
-        <configuration>
-          <flushPolicy>threaded</flushPolicy>
-          <flushInterval>100</flushInterval>
-          <targetPercentage>50%</targetPercentage>
-        </configuration>
-        <executions>
-          <execution>
-            <id>site</id>
-            <phase>pre-site</phase>
-            <goals>
-              <goal>instrument</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
     </plugins>
   </build>
 
@@ -144,15 +126,6 @@
       </plugin>
 
       <plugin>
-        <groupId>com.atlassian.maven.plugins</groupId>
-        <artifactId>maven-clover2-plugin</artifactId>
-        <version>${clover.version}</version>
-        <configuration>
-          <jdk>1.5</jdk>
-        </configuration>
-      </plugin>
-
-      <plugin>
         <artifactId>maven-jxr-plugin</artifactId>
         <version>${hc.jxr.version}</version>
       </plugin>

Modified: httpcomponents/httpcore/branches/4.2.x/httpcore/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.2.x/httpcore/pom.xml?rev=1503399&r1=1503398&r2=1503399&view=diff
==============================================================================
--- httpcomponents/httpcore/branches/4.2.x/httpcore/pom.xml (original)
+++ httpcomponents/httpcore/branches/4.2.x/httpcore/pom.xml Mon Jul 15 18:37:39 2013
@@ -98,24 +98,6 @@
           <jvm>${httpcore.surefire.java}</jvm>
         </configuration>
       </plugin>
-      <plugin>
-        <groupId>com.atlassian.maven.plugins</groupId>
-        <artifactId>maven-clover2-plugin</artifactId>
-        <configuration>
-          <flushPolicy>threaded</flushPolicy>
-          <flushInterval>100</flushInterval>
-          <targetPercentage>50%</targetPercentage>
-        </configuration>
-        <executions>
-          <execution>
-            <id>site</id>
-            <phase>pre-site</phase>
-            <goals>
-              <goal>instrument</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
     </plugins>
   </build>
 
@@ -143,15 +125,6 @@
       </plugin>
 
       <plugin>
-        <groupId>com.atlassian.maven.plugins</groupId>
-        <artifactId>maven-clover2-plugin</artifactId>
-        <version>${clover.version}</version>
-        <configuration>
-          <jdk>1.5</jdk>
-        </configuration>
-      </plugin>
-
-      <plugin>
         <artifactId>maven-jxr-plugin</artifactId>
         <version>${hc.jxr.version}</version>
       </plugin>