You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by me...@apache.org on 2013/03/24 03:31:15 UTC

svn commit: r1460256 - /accumulo/trunk/pom.xml

Author: medined
Date: Sun Mar 24 02:31:15 2013
New Revision: 1460256

URL: http://svn.apache.org/r1460256
Log:
ACCUMULO-1201: exclude thrift classes from cobertura

Modified:
    accumulo/trunk/pom.xml

Modified: accumulo/trunk/pom.xml
URL: http://svn.apache.org/viewvc/accumulo/trunk/pom.xml?rev=1460256&r1=1460255&r2=1460256&view=diff
==============================================================================
--- accumulo/trunk/pom.xml (original)
+++ accumulo/trunk/pom.xml Sun Mar 24 02:31:15 2013
@@ -240,6 +240,11 @@
               <format>xml</format>
               <format>html</format>
             </formats>
+            <instrumentation>
+              <excludes>
+                <exclude>**/thrift/*.class</exclude>
+              </excludes>
+            </instrumentation>
           </configuration>
         </plugin>
         <plugin>