You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ca...@apache.org on 2011/06/28 12:57:31 UTC

svn commit: r1140519 - /incubator/jena/Jena2/LARQ/trunk/pom.xml

Author: castagna
Date: Tue Jun 28 10:57:31 2011
New Revision: 1140519

URL: http://svn.apache.org/viewvc?rev=1140519&view=rev
Log:
Let's see if we can publish Cobertura coverate reports.

Modified:
    incubator/jena/Jena2/LARQ/trunk/pom.xml

Modified: incubator/jena/Jena2/LARQ/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/LARQ/trunk/pom.xml?rev=1140519&r1=1140518&r2=1140519&view=diff
==============================================================================
--- incubator/jena/Jena2/LARQ/trunk/pom.xml (original)
+++ incubator/jena/Jena2/LARQ/trunk/pom.xml Tue Jun 28 10:57:31 2011
@@ -313,6 +313,10 @@
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
         <configuration>
+          <formats>
+            <format>html</format>
+            <format>xml</format>
+          </formats>
           <instrumentation>
             <ignores>
               <ignore>org.slf4j.*</ignore>