mirror of https://github.com/apache/archiva.git
use project.basedir instead of just basedir
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@834798 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
eb4a1b8315
commit
4abf4521ef
|
@ -317,7 +317,7 @@
|
|||
<containerId>${container.name}</containerId>
|
||||
<zipUrlInstaller>
|
||||
<url>${container.url}</url>
|
||||
<installDir>${basedir}/${cargo.install.dir}/${container.name}</installDir>
|
||||
<installDir>${project.basedir}/${cargo.install.dir}/${container.name}</installDir>
|
||||
</zipUrlInstaller>
|
||||
<log>${project.build.directory}/logs/${container.name}.log</log>
|
||||
<output>${project.build.directory}/logs/${container.name}.out</output>
|
||||
|
|
Loading…
Reference in New Issue