[jbosscache-commits] JBoss Cache SVN: r5469 - support/trunk/common.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Thu Mar 27 11:36:56 EDT 2008


Author: manik.surtani at jboss.com
Date: 2008-03-27 11:36:56 -0400 (Thu, 27 Mar 2008)
New Revision: 5469

Modified:
   support/trunk/common/pom.xml
Log:
Disabled emma, added (commented out) parallelized testng runs

Modified: support/trunk/common/pom.xml
===================================================================
--- support/trunk/common/pom.xml	2008-03-27 14:34:37 UTC (rev 5468)
+++ support/trunk/common/pom.xml	2008-03-27 15:36:56 UTC (rev 5469)
@@ -123,6 +123,8 @@
 				</configuration>
 			</plugin>
 			<!-- EMMA for code coverage -->			
+			<!--
+				Commented out until we have this working properly
 			<plugin>      
 		        <groupId>org.codehaus.mojo</groupId>
 		        <artifactId>emma-maven-plugin</artifactId>
@@ -136,6 +138,7 @@
 		          </execution>
 		        </executions>
 		      </plugin>
+		-->
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-surefire-plugin</artifactId>
@@ -164,7 +167,14 @@
 <!-- This seems to fail in some cases on 2.3 as well, disable for now -->
 					<redirectTestOutputToFile>false</redirectTestOutputToFile>
 					<reportFormat>xml</reportFormat>
-		          	<classesDirectory>${project.build.directory}/emma-classes</classesDirectory>    		         
+					<!--
+						Commented out until we have this working properly
+		          	<classesDirectory>${project.build.directory}/emma-classes</classesDirectory>
+				-->
+		<!--
+			      	<parallel>true</parallel>
+			      	<threadCount>20</threadCount>
+			-->
 				</configuration>
 			</plugin>
 			




More information about the jbosscache-commits mailing list