configure appeserver.base value for surefire to avoid files creation in basedir

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1176385 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-09-27 13:55:51 +00:00
parent afababf393
commit 3283a043d1
1 changed files with 1 additions and 0 deletions

View File

@ -490,6 +490,7 @@
<runOrder>alphabetical</runOrder> <runOrder>alphabetical</runOrder>
<systemPropertyVariables> <systemPropertyVariables>
<plexus.home>${project.build.outputDirectory}</plexus.home> <plexus.home>${project.build.outputDirectory}</plexus.home>
<appserver.base>${project.build.outputDirectory}</appserver.base>
</systemPropertyVariables> </systemPropertyVariables>
</configuration> </configuration>
</plugin> </plugin>