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 2007/03/20 19:51:29 UTC

svn commit: r520520 - /jakarta/httpcomponents/httpcore/trunk/pom.xml

Author: olegk
Date: Tue Mar 20 11:51:23 2007
New Revision: 520520

URL: http://svn.apache.org/viewvc?view=rev&rev=520520
Log:
Updated Maven report plugin entries for HttpCore

Modified:
    jakarta/httpcomponents/httpcore/trunk/pom.xml

Modified: jakarta/httpcomponents/httpcore/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/pom.xml?view=diff&rev=520520&r1=520519&r2=520520
==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/pom.xml (original)
+++ jakarta/httpcomponents/httpcore/trunk/pom.xml Tue Mar 20 11:51:23 2007
@@ -97,6 +97,26 @@
           </descriptors>
         </configuration>
       </plugin>
+
+      <plugin>
+        <artifactId>maven-clover-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>
+              <goal>aggregate</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+
     </plugins>
   </build>
 
@@ -104,7 +124,6 @@
     <plugins>
 
        <plugin>
-         <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-project-info-reports-plugin</artifactId>
          <reportSets>
            <reportSet>
@@ -121,6 +140,7 @@
       <plugin>
         <artifactId>maven-clover-plugin</artifactId>
         <configuration>
+          <jdk>1.5</jdk>
           <licenseLocation>${clover.license}</licenseLocation>
         </configuration>
       </plugin>
@@ -130,13 +150,11 @@
       </plugin>
 
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>jxr-maven-plugin</artifactId>
+        <artifactId>maven-jxr-plugin</artifactId>
       </plugin>
 
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>surefire-report-maven-plugin</artifactId>
+        <artifactId>maven-surefire-report-plugin</artifactId>
       </plugin>
 
     </plugins>