From 276799a96800ca9b04b1639870cc0e70c034e2ea Mon Sep 17 00:00:00 2001 From: Michal Kordas Date: Sun, 3 May 2015 17:41:24 +0200 Subject: [PATCH] Update cobertura-maven-plugin to 2.7, issue #916 In version 2.7 the new `cobertura-integration-test` report is generated by default. As Checkstyle doesn't have `integration-test` phase, just `cobertura` report is enough and this needs to be set explicitly. --- pom.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 55198f875..771865c37 100644 --- a/pom.xml +++ b/pom.xml @@ -611,7 +611,7 @@ org.codehaus.mojo cobertura-maven-plugin - 2.6 + 2.7 xml @@ -995,7 +995,14 @@ org.codehaus.mojo cobertura-maven-plugin - 2.6 + 2.7 + + + + cobertura + + + xml