From f826b78aa967b231de7b228770ecd1d9a291bc92 Mon Sep 17 00:00:00 2001 From: Vitalii Diravka Date: Thu, 11 Apr 2019 00:06:55 +0300 Subject: [PATCH] DRILL-7165: Redundant Checksum calculating for ASC files - change 'checksum-maven-plugin' 'goal' - 'artifacts' -> 'files' - specify 'includes' in 'fileSet' for 'checksum-maven-plugin' --- pom.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 222af6138c1..00e7728f9ed 100644 --- a/pom.xml +++ b/pom.xml @@ -1792,7 +1792,7 @@ source-release-checksum - artifacts + files @@ -1800,6 +1800,17 @@ SHA-512 + + + + ${project.build.directory} + + apache-drill-${project.version}.tar.gz + apache-drill-${project.version}-src.tar.gz + apache-drill-${project.version}-src.zip + + +