Skip to content

Commit

Permalink
Remove cobertura in favor of jacoco
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Jun 28, 2015
1 parent cdeadd4 commit 5fab4fa
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -306,29 +306,6 @@
<exclude>org.apache.ibatis.ognl.*</exclude>
<exclude>org.apache.ibatis.javassist.*</exclude>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<configuration>
<instrumentation>
<ignores>
<ignore>org.apache.ibatis.ognl.*</ignore>
<ignore>org.apache.ibatis.javassist.*</ignore>
</ignores>
<excludes>
<exclude>org/apache/ibatis/ognl/**/*.class</exclude>
<exclude>org/apache/ibatis/javassist/**/*.class</exclude>
</excludes>
</instrumentation>
</configuration>
<executions>
<execution>
<goals>
<goal>clean</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>

Expand Down

0 comments on commit 5fab4fa

Please sign in to comment.