Peter Somogyi created HBASE-23033:
-------------------------------------
Summary: Do not run git-commit-id-plugin when .git is missing
Key: HBASE-23033
URL: https://issues.apache.org/jira/browse/HBASE-23033
Project: HBase
Issue Type: Bug
Components: hbase-operator-tools
Affects Versions: hbase-operator-tools-1.0.0
Reporter: Peter Somogyi
Assignee: Peter Somogyi
Fix For: hbase-operator-tools-1.0.0
HBCK2 uses pl.project13.maven:git-commit-id-plugin which requires .git
directory.
A source tarball does not include .git which causes a build failure.
{noformat}
[ERROR] Failed to execute goal
pl.project13.maven:git-commit-id-plugin:2.2.5:revision (get-the-git-infos) on
project hbase-hbck2: .git directory is not found! Please specify a valid
[dotGitDirectory] in your pom.xml -> [Help 1]
{noformat}
--
This message was sent by Atlassian Jira
(v8.3.2#803003)