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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Feb 17 06:08:45 EST 2011


Author: tomjenkinson
Date: 2011-02-17 06:08:45 -0500 (Thu, 17 Feb 2011)
New Revision: 36618

Modified:
   labs/jbosstm/trunk/ArjunaCore/txoj/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/txoj/pom.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/txoj/pom.xml	2011-02-17 10:45:08 UTC (rev 36617)
+++ labs/jbosstm/trunk/ArjunaCore/txoj/pom.xml	2011-02-17 11:08:45 UTC (rev 36618)
@@ -65,6 +65,7 @@
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-surefire-plugin</artifactId>
 				<configuration>
+					<workingDirectory>${basedir}/target</workingDirectory>
 					<excludes>
 						<exclude>**/common/**</exclude>
 					</excludes>



More information about the jboss-svn-commits mailing list