svn commit: r1026355 - /lenya/trunk/pom.xml

[email protected] Fri, 22 Oct 2010 15:01:57 -0000
Newsgroups gmane.comp.cms.lenya.cvs
Message-ID <[email protected]>
Author: florent
Date: Fri Oct 22 15:01:57 2010
New Revision: 1026355

URL: http://svn.apache.org/viewvc?rev=1026355&view=rev
Log:
- add the cobertura plugin, generate report on test coverage with mvn cobertura:cobertura

Modified:
    lenya/trunk/pom.xml

Modified: lenya/trunk/pom.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/pom.xml?rev=1026355&r1=1026354&r2=1026355&view=diff
==============================================================================
--- lenya/trunk/pom.xml (original)
+++ lenya/trunk/pom.xml Fri Oct 22 15:01:57 2010
@@ -32,6 +32,15 @@
 
   <name>Apache Lenya Project</name>
 
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>cobertura-maven-plugin</artifactId>
+        <version>2.4</version>
+      </plugin>
+    </plugins>
+  </reporting>
   <modules>
     <module>org.apache.lenya.parent</module>
     <module>org.apache.lenya.core.ac</module>