Index: /trunk/autoquest-test/pom.xml
===================================================================
--- /trunk/autoquest-test/pom.xml	(revision 2185)
+++ /trunk/autoquest-test/pom.xml	(revision 2186)
@@ -89,9 +89,11 @@
             </plugin>
             <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <version>2.12</version>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>cobertura-maven-plugin</artifactId>
+                <version>2.7</version>
                 <configuration>
-                    <argLine>-XX:-UseSplitVerifier</argLine>
+                    <formats>
+                        <format>xml</format>
+                    </formats>
                 </configuration>
             </plugin>
Index: /trunk/java-utils-test/pom.xml
===================================================================
--- /trunk/java-utils-test/pom.xml	(revision 2185)
+++ /trunk/java-utils-test/pom.xml	(revision 2186)
@@ -130,12 +130,4 @@
                     </formats>
                 </configuration>
-                <!--executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>cobertura</goal>
-                        </goals>
-                    </execution>
-                </executions -->
             </plugin>
             <plugin>
