Author: ssievers
Date: Sun Oct 7 11:08:11 2012
New Revision: 1395273
URL: http://svn.apache.org/viewvc?rev=1395273&view=rev
Log:
Explicitly adding output formats for Cobertura to fix CI builds.
Modified:
shindig/trunk/pom.xml
Modified: shindig/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=1395273&r1=1395272&r2=1395273&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Sun Oct 7 11:08:11 2012
@@ -843,6 +843,12 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.4</version>
+ <configuration>
+ <formats>
+ <format>html</format>
+ <format>xml</format>
+ </formats>
+ </configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
@@ -1249,6 +1255,12 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.4</version>
+ <configuration>
+ <formats>
+ <format>html</format>
+ <format>xml</format>
+ </formats>
+ </configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>