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:
parent
568bff8326
commit
627493d222
|
@ -69,7 +69,7 @@
|
||||||
<goal>build-classpath</goal>
|
<goal>build-classpath</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<outputFile>${project.build.directory}/../../target/cached_classpath.txt</outputFile>
|
<outputFile>${project.parent.basedir}/target/cached_classpath.txt</outputFile>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
|
|
Loading…
Reference in New Issue