Index: /trunk/autoquest-test/pom.xml
===================================================================
--- /trunk/autoquest-test/pom.xml	(revision 1346)
+++ /trunk/autoquest-test/pom.xml	(revision 1347)
@@ -82,4 +82,12 @@
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <version>2.12</version>
+                <configuration>
+                    <argLine>-XX:-UseSplitVerifier</argLine>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
Index: /trunk/java-utils-test/pom.xml
===================================================================
--- /trunk/java-utils-test/pom.xml	(revision 1346)
+++ /trunk/java-utils-test/pom.xml	(revision 1347)
@@ -113,18 +113,4 @@
                 </executions>
             </plugin>
-            <!--plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>emma-maven-plugin</artifactId>
-                <version>1.0-alpha-3</version>
-                <inherited>true</inherited>
-                <executions>
-                    <execution>
-                        <phase>process-classes</phase>
-                        <goals>
-                            <goal>emma</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin-->
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
@@ -132,7 +118,4 @@
                 <version>2.12</version>
                 <configuration>
-                    <forkMode>once</forkMode>
-                    <reportFormat>xml</reportFormat>
-                    <classesDirectory>${project.build.directory}/generated-classes/emma/classes</classesDirectory>    
                     <argLine>-XX:-UseSplitVerifier</argLine>
                 </configuration>
