Author: brett
Date: Sat Oct 1 07:18:13 2011
New Revision: 1177936
URL: http://svn.apache.org/viewvc?rev=1177936&view=rev
Log:
directory has not been created, so need to use one that we know already exists
Modified:
archiva/trunk/pom.xml
Modified: archiva/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/trunk/pom.xml?rev=1177936&r1=1177935&r2=1177936&view=diff
==============================================================================
--- archiva/trunk/pom.xml (original)
+++ archiva/trunk/pom.xml Sat Oct 1 07:18:13 2011
@@ -1555,7 +1555,7 @@
<redirectTestOutputToFile>${surefire.redirectTestOutputToFile}</redirectTestOutputToFile>
<runOrder>alphabetical</runOrder>
<systemPropertyVariables>
- <java.io.tmpdir>${project.build.directory}/temp</java.io.tmpdir>
+ <java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
</systemPropertyVariables>
</configuration>
</plugin>