[hibernate-commits] Hibernate SVN: r15485 - core/trunk/entitymanager.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Nov 3 10:27:53 EST 2008


Author: hardy.ferentschik
Date: 2008-11-03 10:27:53 -0500 (Mon, 03 Nov 2008)
New Revision: 15485

Modified:
   core/trunk/entitymanager/pom.xml
Log:
HHH-3580 set forkmode to perTest. This was also needed in the old ant structure. Unfortunately, this slows down the build. We need to identify why this is needed. One of the troublemaers is PersistTest. There are also other thest which seem dubious. All test needs a review.

Modified: core/trunk/entitymanager/pom.xml
===================================================================
--- core/trunk/entitymanager/pom.xml	2008-11-03 15:09:16 UTC (rev 15484)
+++ core/trunk/entitymanager/pom.xml	2008-11-03 15:27:53 UTC (rev 15485)
@@ -159,6 +159,7 @@
 	        <groupId>org.apache.maven.plugins</groupId>
 	        <artifactId>maven-surefire-plugin</artifactId>
 	        <configuration>
+		      <forkMode>pertest</forkMode>	
 	          <additionalClasspathElements>
               	<additionalClasspathElement>${basedir}/target/test-packages/cfgxmlpar.par</additionalClasspathElement>
 				<additionalClasspathElement>${basedir}/target/test-packages/defaultpar.par</additionalClasspathElement>




More information about the hibernate-commits mailing list