From e2f2f7bf3d031f73663573a07e42b0ec6ccae7e3 Mon Sep 17 00:00:00 2001 From: David Nalley Date: Thu, 3 Jan 2013 16:51:30 -0500 Subject: [PATCH] enabling cobertura reports --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index 8f5cf8c233c..f2b0cf2e760 100644 --- a/pom.xml +++ b/pom.xml @@ -414,6 +414,16 @@ + + org.codehaus.mojo + cobertura-maven-plugin + + + html + xml + + +