aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2011-10-01 07:18:13 +0000
committerBrett Porter <brett@apache.org>2011-10-01 07:18:13 +0000
commit49f5c94e0eb34794c825636d4840267652830db8 (patch)
tree8570664bbd0a6b8887f3fcde79b159c40039f89c /pom.xml
parentfc6b251359cb565e2ca24fc8af4c33eb6559215e (diff)
downloadarchiva-49f5c94e0eb34794c825636d4840267652830db8.tar.gz
archiva-49f5c94e0eb34794c825636d4840267652830db8.zip
directory has not been created, so need to use one that we know already exists
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1177936 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 03add1586..cccf2c3aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>