You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2011/11/02 19:47:35 UTC

svn commit: r1196757 - /commons/proper/vfs/trunk/pom.xml

Author: ggregory
Date: Wed Nov  2 18:47:35 2011
New Revision: 1196757

URL: http://svn.apache.org/viewvc?rev=1196757&view=rev
Log:
Add cobertura report.

Modified:
    commons/proper/vfs/trunk/pom.xml

Modified: commons/proper/vfs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1196757&r1=1196756&r2=1196757&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Wed Nov  2 18:47:35 2011
@@ -262,6 +262,11 @@
           <excludeFilterFile>findbugs-exclude-filter.xml</excludeFilterFile>
        </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>cobertura-maven-plugin</artifactId>
+        <version>2.5.1</version>
+      </plugin>
     </plugins>
   </reporting>