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 af4da5ffb [hotfix] Skip compile failure on no git directory (#1950)
af4da5ffb is described below

commit af4da5ffbe4876d6700e782689d15a097072a666
Author: Zouxxyy <[email protected]>
AuthorDate: Wed Sep 6 13:43:38 2023 +0800

    [hotfix] Skip compile failure on no git directory (#1950)
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index f96840f40..bb3c4cda6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -332,6 +332,8 @@ under the License.
                 </executions>
                 <configuration>
                     <dotGitDirectory>${project.basedir}/.git</dotGitDirectory>
+                    <failOnNoGitDirectory>false</failOnNoGitDirectory>
+                    
<failOnUnableToExtractRepoInfo>false</failOnUnableToExtractRepoInfo>
                 </configuration>
             </plugin>
 

Reply via email to