You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by dz...@apache.org on 2022/02/04 14:36:53 UTC

[drill] 03/03: Set failOnNoFiles = false so that checksum-maven-plugin works on tools-parent.

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 <ja...@somecomputer.xyz>
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>