Skip to content

Instantly share code, notes, and snippets.

@alfthomas
alfthomas / gist:3918263
Created October 19, 2012 13:37
Maven Cobertura exclude config
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<configuration>
<instrumentation>
<excludes>
<exclude>android/support/v4/**/*.class</exclude>
<exclude>com/actionbarsherlock/**/*.class</exclude>
</excludes>
<ignores>