You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jimmy Xiang (JIRA)" <ji...@apache.org> on 2013/08/21 20:47:52 UTC

[jira] [Created] (HBASE-9289) hbase-assembly pom should use project.parent.basedir

Jimmy Xiang created HBASE-9289:
----------------------------------

             Summary: hbase-assembly pom should use project.parent.basedir
                 Key: HBASE-9289
                 URL: https://issues.apache.org/jira/browse/HBASE-9289
             Project: HBase
          Issue Type: Bug
          Components: build
    Affects Versions: 0.95.2
            Reporter: Jimmy Xiang
            Assignee: Jimmy Xiang
            Priority: Minor
             Fix For: 0.96.0
         Attachments: trunk-9289.patch

Currently, we have
{noformat}
<outputFile>${project.build.directory}/../../target/cached_classpath.txt</outputFile>
{noformat}

It is more robust to use ${project.parent.basedir} instead.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira