From 499428069db1e4532845e8affcff2c3626d80499 Mon Sep 17 00:00:00 2001 From: Oliver Burn Date: Mon, 20 Sep 2010 02:30:21 +0000 Subject: [PATCH] setup code coverage report --- pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pom.xml b/pom.xml index f91df171a..83b086c8a 100755 --- a/pom.xml +++ b/pom.xml @@ -377,6 +377,21 @@ + + + org.codehaus.mojo + cobertura-maven-plugin + + + + com/puppycrawl/tools/checkstyle/CheckStyleTask*.class + com/puppycrawl/tools/checkstyle/doclets/*.class + com/puppycrawl/tools/checkstyle/grammars/*.class + com/puppycrawl/tools/checkstyle/gui/*.class + + + +