diff --git a/pom.xml b/pom.xml
index 193e2f5898840f0722ed13632df61c46e215d3b0..407c7dcd120a3e13d08bea1e50ab2b685ee88d4d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,19 +122,16 @@
 				<artifactId>cobertura-maven-plugin</artifactId>
 				<version>2.6</version>
 				<configuration>
+					<formats>
+						<format>html</format>
+						<format>xml</format>
+					</formats>
 					<instrumentation>
 						<excludes>
 							<exclude>src/performancetest/**/*</exclude>
 						</excludes>
 					</instrumentation>
 				</configuration>
-				<executions>
-					<execution>
-						<goals>
-							<goal>clean</goal>
-						</goals>
-					</execution>
-				</executions>
 			</plugin>
 			<!-- we want JDK 1.6 source and binary compatibility -->
 			<plugin>
@@ -381,7 +378,7 @@
 				<artifactId>maven-pmd-plugin</artifactId>
 				<version>3.2</version>
 			</plugin>
-			
+
 			<plugin>
 				<groupId>org.codehaus.mojo</groupId>
 				<artifactId>cobertura-maven-plugin</artifactId>