diff --git a/pom.xml b/pom.xml index f9856fc9985dcec669ea7897f4d6fd4070aa3f6b..00fca205dbcad6104844ec94caf10a3ffe2dfc7b 100644 --- a/pom.xml +++ b/pom.xml @@ -174,6 +174,18 @@ <autoReleaseAfterClose>true</autoReleaseAfterClose> </configuration> </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>cobertura-maven-plugin</artifactId> + <version>2.7</version> + <configuration> + <formats> + <format>html</format> + <format>xml</format> + </formats> + <check /> + </configuration> + </plugin> </plugins> </build>