HBASE-9289 hbase-assembly pom should use project.parent.basedir

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1516260 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
jxiang 2013-08-21 19:06:33 +00:00
parent 568bff8326
commit 627493d222
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
<goal>build-classpath</goal>
</goals>
<configuration>
<outputFile>${project.build.directory}/../../target/cached_classpath.txt</outputFile>
<outputFile>${project.parent.basedir}/target/cached_classpath.txt</outputFile>
</configuration>
</execution>
</executions>