This is an automated email from the ASF dual-hosted git repository.

hequn pushed a commit to branch release-1.11
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.11 by this push:
     new 0c8f8d7  [FLINK-18655][flink-runtime] Set 
failOnUnableToExtractRepoInfo to false for git-commit-id-plugin (#12941)
0c8f8d7 is described below

commit 0c8f8d7ca645863024474477dea5995e990fd37a
Author: Hequn Cheng <[email protected]>
AuthorDate: Sat Jul 25 00:16:42 2020 +0800

    [FLINK-18655][flink-runtime] Set failOnUnableToExtractRepoInfo to false for 
git-commit-id-plugin (#12941)
---
 flink-runtime/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/flink-runtime/pom.xml b/flink-runtime/pom.xml
index de8f198..1600a49 100644
--- a/flink-runtime/pom.xml
+++ b/flink-runtime/pom.xml
@@ -503,6 +503,7 @@ under the License.
                                        
<dotGitDirectory>${project.basedir}/../.git</dotGitDirectory>
                                        <skipPoms>false</skipPoms>
                                        
<failOnNoGitDirectory>false</failOnNoGitDirectory>
+                                       
<failOnUnableToExtractRepoInfo>false</failOnUnableToExtractRepoInfo>
                                        <gitDescribe>
                                                <!-- Don't generate the 
describe property -->
                                                <!-- It is useless due to the 
way Flink does branches and tags -->

Reply via email to