[jboss-svn-commits] JBL Code SVN: r36619 - labs/jbosstm/trunk/ArjunaCore/arjuna.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Feb 17 06:13:43 EST 2011


Author: tomjenkinson
Date: 2011-02-17 06:13:43 -0500 (Thu, 17 Feb 2011)
New Revision: 36619

Modified:
   labs/jbosstm/trunk/ArjunaCore/arjuna/pom.xml
Log:
JBTM-574 make sure that the tests are executed in the target folder so we can clean up after them

Modified: labs/jbosstm/trunk/ArjunaCore/arjuna/pom.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/pom.xml	2011-02-17 11:08:45 UTC (rev 36618)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/pom.xml	2011-02-17 11:13:43 UTC (rev 36619)
@@ -69,6 +69,7 @@
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-surefire-plugin</artifactId>
 				<configuration>
+					<workingDirectory>${basedir}/target</workingDirectory>
 					<excludes>
 						<!-- NONE REPEATABLE -->
 						<exclude>**/ObjectStoreTest.java</exclude>



More information about the jboss-svn-commits mailing list