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 2006/03/08 16:29:26 UTC

svn commit: r384240 - /jakarta/httpcomponents/trunk/http-core/pom.xml

Author: olegk
Date: Wed Mar  8 07:29:25 2006
New Revision: 384240

URL: http://svn.apache.org/viewcvs?rev=384240&view=rev
Log:
Added clover report

Modified:
    jakarta/httpcomponents/trunk/http-core/pom.xml

Modified: jakarta/httpcomponents/trunk/http-core/pom.xml
URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/pom.xml?rev=384240&r1=384239&r2=384240&view=diff
==============================================================================
--- jakarta/httpcomponents/trunk/http-core/pom.xml (original)
+++ jakarta/httpcomponents/trunk/http-core/pom.xml Wed Mar  8 07:29:25 2006
@@ -131,6 +131,13 @@
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>surefire-report-maven-plugin</artifactId>
         </plugin>
+        <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-clover-plugin</artifactId>
+            <configuration>
+                <licenseFile>${clover.license}</licenseFile>
+            </configuration>
+        </plugin>
     </plugins>
   </reporting>