From 836ff36580e74ad90534c190a0d4d457d1caa7b2 Mon Sep 17 00:00:00 2001 From: Manuel Rego Casasnovas Date: Mon, 10 Aug 2009 11:48:49 +0200 Subject: [PATCH] ItEr20S06XestionDaComunidadeItEr19S06: Added configuration for cobertura plugin to generate coverage XML files. --- pom.xml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index cb5079fee..8be832aed 100644 --- a/pom.xml +++ b/pom.xml @@ -463,6 +463,9 @@ + + + org.codehaus.mojo tomcat-maven-plugin @@ -471,14 +474,18 @@ ${tomcatServer} - - - - + + + org.codehaus.mojo cobertura-maven-plugin + + + xml + + - +