You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/05/22 01:09:25 UTC

svn commit: r1485009 - /commons/proper/io/trunk/pom.xml

Author: sebb
Date: Tue May 21 23:09:25 2013
New Revision: 1485009

URL: http://svn.apache.org/r1485009
Log:
Suppress JaCoCo now IO uses Cobertura

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

Modified: commons/proper/io/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=1485009&r1=1485008&r2=1485009&view=diff
==============================================================================
--- commons/proper/io/trunk/pom.xml (original)
+++ commons/proper/io/trunk/pom.xml Tue May 21 23:09:25 2013
@@ -251,6 +251,8 @@ file comparators, endian transformation 
     </commons.osgi.export>
 
     <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
+    <!-- Suppress JaCoCo -->
+    <jacoco.skip>true</jacoco.skip>
   </properties>
 
   <build>