Skip to content

Commit

Permalink
mod: rm cobertura (#112)
Browse files Browse the repository at this point in the history
* mod: rm cobertura

* mod: rm cobertura
  • Loading branch information
jwtodd authored and jcwuzoegiver committed Oct 18, 2016
1 parent 41bf875 commit a138a6c
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -381,21 +381,6 @@ http://www.w3.org/2001/XMLSchema-instance">
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.7</version>
<configuration>
<format>xml</format>
<maxmem>256m</maxmem>
<aggregate>true</aggregate>
<instrumentation>
<excludes>
<exclude>com/intuit/wasabi/tests/**/*.class</exclude>
</excludes>
</instrumentation>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
Expand Down

0 comments on commit a138a6c

Please sign in to comment.