diff options
author | Brett Porter <brett@apache.org> | 2011-10-01 07:10:32 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2011-10-01 07:10:32 +0000 |
commit | fc6b251359cb565e2ca24fc8af4c33eb6559215e (patch) | |
tree | 1fe2bdf14c384314969aed2363af5b3f746b69b0 /pom.xml | |
parent | 0fa1fa6ac24c0bf897beed3bfe714f9b9ee45d76 (diff) | |
download | archiva-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.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.outputDirectory}</java.io.tmpdir> + <java.io.tmpdir>${project.build.directory}/temp</java.io.tmpdir> </systemPropertyVariables> </configuration> </plugin> |