This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 05f7e62cc0e [fix][build] Configure git-commit-id-plugin to skip git
describe (#20550)
05f7e62cc0e is described below
commit 05f7e62cc0ebe50f212559f0aac19d946eb1478c
Author: Lari Hotari <[email protected]>
AuthorDate: Fri Jun 9 11:42:29 2023 +0300
[fix][build] Configure git-commit-id-plugin to skip git describe (#20550)
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4f14d57faa8..1c7cbb5de55 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1588,10 +1588,10 @@ flexible messaging model and an intuitive client
API.</description>
<useNativeGit>true</useNativeGit>
<prefix>git</prefix>
<failOnNoGitDirectory>false</failOnNoGitDirectory>
+ <failOnUnableToExtractRepoInfo>false</failOnUnableToExtractRepoInfo>
<skipPoms>false</skipPoms>
<gitDescribe>
- <skip>false</skip>
- <always>false</always>
+ <skip>true</skip>
</gitDescribe>
</configuration>
</plugin>