Skip to content

Commit

Permalink
Cobertura configuration for Coveralls. Again...
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Aug 15, 2014
1 parent d0419ef commit 4466e01
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,16 @@
<maxmem>256m</maxmem>
<!-- aggregated reports for multi-module projects -->
<aggregate>true</aggregate>
<instrumentation>
<ignores>
<ignore>org.sonatype.nexus.rest.custom.*</ignore>
<ignore>org.sonatype.nexus.rest.model.*</ignore>
</ignores>
<excludes>
<exclude>org/sonatype/nexus/rest/custom/*.*</exclude>
<exclude>org/sonatype/nexus/rest/model/*.*</exclude>
</excludes>
</instrumentation>
</configuration>
</plugin>

Expand Down

0 comments on commit 4466e01

Please sign in to comment.