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

dzamo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git

commit 556b972560911c20691d5b5de6c656d22c59ce0b
Author: James Turton <[email protected]>
AuthorDate: Fri Feb 4 16:27:41 2022 +0200

    Set failOnNoFiles = false so that checksum-maven-plugin works on 
tools-parent.
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 272c21b..3a93bb3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2140,6 +2140,8 @@
               <algorithms>
                 <algorithm>SHA-512</algorithm>
               </algorithms>
+              <!-- the module tools-parent has no files for checksumming -->
+              <failIfNoFiles>false</failIfNoFiles>
               <fileSets>
                 <!--Override fileSet from the Apache Parent POM-->
                 <fileSet>

Reply via email to