summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2011-10-01 07:10:32 +0000
committerBrett Porter <brett@apache.org>2011-10-01 07:10:32 +0000
commitfc6b251359cb565e2ca24fc8af4c33eb6559215e (patch)
tree1fe2bdf14c384314969aed2363af5b3f746b69b0 /pom.xml
parent0fa1fa6ac24c0bf897beed3bfe714f9b9ee45d76 (diff)
downloadarchiva-fc6b251359cb565e2ca24fc8af4c33eb6559215e.tar.gz
archiva-fc6b251359cb565e2ca24fc8af4c33eb6559215e.zip
fix properties to avoid putting test data in JAR
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1177935 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 b6d77bdb4..03add1586 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1555,7 +1555,7 @@
<redirectTestOutputToFile>${surefire.redirectTestOutputToFile}</redirectTestOutputToFile>
<runOrder>alphabetical</runOrder>
<systemPropertyVariables>
- <java.io.tmpdir>${project.build.outputDirectory}</java.io.tmpdir>
+ <java.io.tmpdir>${project.build.directory}/temp</java.io.tmpdir>
</systemPropertyVariables>
</configuration>
</plugin>