This is an automated email from the ASF dual-hosted git repository.
jinsongzhou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git
The following commit(s) were added to refs/heads/master by this push:
new 4f6a1d348 [AMORO-3041] Config failOnNoGitDirectory and
failOnUnableToExtractRepoInfo to false for git-commit-id-plugin (#3042)
4f6a1d348 is described below
commit 4f6a1d348917323a20aff1747a7215fe8f434c90
Author: Qishang Zhong <[email protected]>
AuthorDate: Tue Jul 16 17:55:18 2024 +0800
[AMORO-3041] Config failOnNoGitDirectory and failOnUnableToExtractRepoInfo
to false for git-commit-id-plugin (#3042)
---
amoro-ams/amoro-ams-server/pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/amoro-ams/amoro-ams-server/pom.xml
b/amoro-ams/amoro-ams-server/pom.xml
index 4e58dd9af..c5f16766f 100644
--- a/amoro-ams/amoro-ams-server/pom.xml
+++ b/amoro-ams/amoro-ams-server/pom.xml
@@ -387,6 +387,8 @@
</execution>
</executions>
<configuration>
+ <failOnNoGitDirectory>false</failOnNoGitDirectory>
+
<failOnUnableToExtractRepoInfo>false</failOnUnableToExtractRepoInfo>
<dotGitDirectory>${project.basedir}/.git</dotGitDirectory>
<generateGitPropertiesFile>true</generateGitPropertiesFile>
<generateGitPropertiesFilename>