From: Aron Roberts Date: Wed, 1 Jul 2009 01:11:09 +0000 (+0000) Subject: CSPACE-236,CSPACE-235,CSPACE-237: Added Cobertura code coverage plugin to ID Service... X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=481cb63cc7e250cc7d01f23aaa4bf5a1c59aa685;p=tmp%2Fjakarta-migration.git CSPACE-236,CSPACE-235,CSPACE-237: Added Cobertura code coverage plugin to ID Service dependencies. --- diff --git a/services/id/service/pom.xml b/services/id/service/pom.xml index 4a8c1e28a..c936752c9 100644 --- a/services/id/service/pom.xml +++ b/services/id/service/pom.xml @@ -144,6 +144,17 @@ 1.1.5 + + org.codehaus.mojo + cobertura-maven-plugin + 2.2 + + + net.sourceforge.cobertura + cobertura + 1.9 + + @@ -171,5 +182,9 @@ + + + maven-cobertura-plugin +