From 015e13cd1573f88f4339534387eeae4e9d462d02 Mon Sep 17 00:00:00 2001 From: Bilung Lee Date: Fri, 12 Oct 2012 16:03:17 -0700 Subject: [PATCH] SQOOP-624: Add test coverage plugin to root pom file (Jarek Jarcec Cecho) --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 6206f2e1..eea0350d 100644 --- a/pom.xml +++ b/pom.xml @@ -273,6 +273,18 @@ limitations under the License. + + + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.5.2 + + + +