From 49da3ac17735d175bac505e01481d9932a2d052c Mon Sep 17 00:00:00 2001 From: Tony Lofthouse <tony_lofthouse@btinternet.com> Date: Tue, 31 Jul 2018 11:54:02 +0100 Subject: [PATCH] Update pom.xml added corbertura plugin --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index f9856fc99..00fca205d 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> -- GitLab