mirror of https://github.com/apache/archiva.git
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:
parent
afababf393
commit
3283a043d1
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue