diff options
author | Brett Porter <brett@apache.org> | 2011-10-01 07:18:13 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2011-10-01 07:18:13 +0000 |
commit | 49f5c94e0eb34794c825636d4840267652830db8 (patch) | |
tree | 8570664bbd0a6b8887f3fcde79b159c40039f89c /pom.xml | |
parent | fc6b251359cb565e2ca24fc8af4c33eb6559215e (diff) | |
download | archiva-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |