This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 5cce532bb [build] Use useNativeGit in git-commit-id-maven-plugin
(#2393)
5cce532bb is described below
commit 5cce532bb69ccf38aaf0cb5d3c55497f3b51d23f
Author: John Huang <[email protected]>
AuthorDate: Mon Nov 27 09:42:26 2023 +0800
[build] Use useNativeGit in git-commit-id-maven-plugin (#2393)
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index e1c4ec4e5..d28503e81 100644
--- a/pom.xml
+++ b/pom.xml
@@ -356,6 +356,7 @@ under the License.
<dotGitDirectory>${project.basedir}/.git</dotGitDirectory>
<failOnNoGitDirectory>false</failOnNoGitDirectory>
<failOnUnableToExtractRepoInfo>false</failOnUnableToExtractRepoInfo>
+ <useNativeGit>true</useNativeGit>
</configuration>
</plugin>