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/02/25 00:00:55 UTC

svn commit: r747598 - in /httpcomponents/httpclient/trunk: module-client/pom.xml module-httpmime/pom.xml pom.xml

Author: olegk
Date: Tue Feb 24 23:00:54 2009
New Revision: 747598

URL: http://svn.apache.org/viewvc?rev=747598&view=rev
Log:
HTTPCORE-189: Upgrade POMs to use Clover2

Modified:
    httpcomponents/httpclient/trunk/module-client/pom.xml
    httpcomponents/httpclient/trunk/module-httpmime/pom.xml
    httpcomponents/httpclient/trunk/pom.xml

Modified: httpcomponents/httpclient/trunk/module-client/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/module-client/pom.xml?rev=747598&r1=747597&r2=747598&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/module-client/pom.xml (original)
+++ httpcomponents/httpclient/trunk/module-client/pom.xml Tue Feb 24 23:00:54 2009
@@ -152,6 +152,13 @@
            </reportSet>
          </reportSets>
       </plugin>
+      <plugin>
+        <groupId>com.atlassian.maven.plugins</groupId>
+        <artifactId>maven-clover2-plugin</artifactId>
+        <configuration>
+          <jdk>1.5</jdk>
+        </configuration>
+      </plugin>
 
     </plugins>
   </reporting>

Modified: httpcomponents/httpclient/trunk/module-httpmime/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/module-httpmime/pom.xml?rev=747598&r1=747597&r2=747598&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/module-httpmime/pom.xml (original)
+++ httpcomponents/httpclient/trunk/module-httpmime/pom.xml Tue Feb 24 23:00:54 2009
@@ -141,6 +141,13 @@
            </reportSet>
          </reportSets>
       </plugin>
+      <plugin>
+        <groupId>com.atlassian.maven.plugins</groupId>
+        <artifactId>maven-clover2-plugin</artifactId>
+        <configuration>
+          <jdk>1.5</jdk>
+        </configuration>
+      </plugin>
 
     </plugins>
   </reporting>

Modified: httpcomponents/httpclient/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/pom.xml?rev=747598&r1=747597&r2=747598&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/pom.xml (original)
+++ httpcomponents/httpclient/trunk/pom.xml Tue Feb 24 23:00:54 2009
@@ -174,7 +174,8 @@
         </configuration>
       </plugin>
       <plugin>
-        <artifactId>maven-clover-plugin</artifactId>
+        <groupId>com.atlassian.maven.plugins</groupId>
+        <artifactId>maven-clover2-plugin</artifactId>
         <configuration>
           <flushPolicy>threaded</flushPolicy>
           <flushInterval>100</flushInterval>
@@ -187,6 +188,7 @@
             <goals>
               <goal>instrument</goal>
               <goal>aggregate</goal>
+              <goal>save-history</goal>
             </goals>
           </execution>
         </executions>
@@ -213,14 +215,6 @@
       </plugin>
 
       <plugin>
-        <artifactId>maven-clover-plugin</artifactId>
-        <configuration>
-          <jdk>1.5</jdk>
-          <licenseLocation>${clover.license}</licenseLocation>
-        </configuration>
-      </plugin>
-
-      <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
       </plugin>