summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2011-09-07 12:18:55 +0000
committerOlivier Lamy <olamy@apache.org>2011-09-07 12:18:55 +0000
commit1032b3d5d12bf8c8e9035c3017ddd3345b3ab7ca (patch)
treeecd287d61ee9cc08f6e86e2ddbc5ef79c95b3d50 /pom.xml
parent2a795aa6bf69fc894e264c11cc33cd086254543c (diff)
downloadarchiva-1032b3d5d12bf8c8e9035c3017ddd3345b3ab7ca.tar.gz
archiva-1032b3d5d12bf8c8e9035c3017ddd3345b3ab7ca.zip
start using new repo admin module in webdav : need some other refactoring to remove it completely
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1166148 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 3f9a31dce..0a6bb09a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1490,6 +1490,11 @@
<version>2.9</version>
<configuration>
<redirectTestOutputToFile>${surefire.redirectTestOutputToFile}</redirectTestOutputToFile>
+ <systemPropertyVariables>
+ <appserver.base>${basedir}/target/appserver-base</appserver.base>
+ <plexus.home>${project.build.outputDirectory}</plexus.home>
+ <java.io.tmpdir>${project.build.outputDirectory}</java.io.tmpdir>
+ </systemPropertyVariables>
</configuration>
</plugin>
<plugin>