This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new f4e2b2b4c7c [fix][build] Configure git-commit-id-plugin to skip git
describe (#20550)
f4e2b2b4c7c is described below
commit f4e2b2b4c7c4f42469f4864c521397d275d21eae
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)
(cherry picked from commit 05f7e62cc0ebe50f212559f0aac19d946eb1478c)
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1feadb9d5b3..0409c4524be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1587,10 +1587,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>