Author: gtully
Date: Tue Jun 23 22:30:49 2009
New Revision: 787856
URL: http://svn.apache.org/viewvc?rev=787856&view=rev
Log:
resolve a bunch of unit test failures that reference the file system by
reverting change to surefire working directory
Modified:
activemq/trunk/pom.xml
Modified: activemq/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=787856&r1=787855&r2=787856&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Tue Jun 23 22:30:49 2009
@@ -937,7 +937,6 @@
<forkMode>once</forkMode>
<argLine>-enableassertions</argLine>
<failIfNoTests>false</failIfNoTests>
- <workingDirectory>${project.build.directory}</workingDirectory>
</configuration>
</plugin>
<plugin>