]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-236,CSPACE-235,CSPACE-237: Added Cobertura code coverage plugin to ID Service...
authorAron Roberts <aron@socrates.berkeley.edu>
Wed, 1 Jul 2009 01:11:09 +0000 (01:11 +0000)
committerAron Roberts <aron@socrates.berkeley.edu>
Wed, 1 Jul 2009 01:11:09 +0000 (01:11 +0000)
services/id/service/pom.xml

index 4a8c1e28a01e938faf127cb4a557091ba602cc0a..c936752c9d07b775286ca85f45e9b9058420005f 100644 (file)
       <version>1.1.5</version>
     </dependency>
 
+     <dependency>
+      <groupId>org.codehaus.mojo</groupId>
+      <artifactId>cobertura-maven-plugin</artifactId>
+      <version>2.2</version>
+    </dependency>
+    <dependency>
+      <groupId>net.sourceforge.cobertura</groupId>
+      <artifactId>cobertura</artifactId>
+      <version>1.9</version>
+    </dependency>
+
   </dependencies>
   
   <!-- Build element: declares the project's directory structure and manages plugins. -->
       </plugin>
     </plugins>
   </build>
+
+  <reports>
+    <report>maven-cobertura-plugin</report>
+  </reports>
   
 </project>