From e7d67da8d49ab0bb19ff1c2a5e5ce02f23596402 Mon Sep 17 00:00:00 2001 From: Damien Diederen Date: Sun, 24 Jan 2021 18:11:25 +0000 Subject: [PATCH] ZOOKEEPER-4191: Work around missing executable bits in source release tarball symat noticed that the source tarball for 3.7.0rc0 is missing executable bits. ztzg noticed that this can be worked around by reinstating the "old" version of the maven-assembly-plugin, which had been aligned in ZOOKEEPER-3833. This patch implements the work around, and also applies cleanly on top of `branch-3.7.0` and `branch-3.7`. Also discussed on dev: https://mail-archives.apache.org/mod_mbox/zookeeper-dev/202101.mbox/%3C875z3n9w75.fsf%40crosstwine.com%3E Original report: https://mail-archives.apache.org/mod_mbox/zookeeper-dev/202101.mbox/%3cCAAMoRKLMf7tLosgqyiwYfFxXq-Zmiz=0oTGDijX5M=MHDF_JCgmail.gmail.com%3e Author: Damien Diederen Reviewers: Enrico Olivelli Closes #1586 from ztzg/ZOOKEEPER-4191-missing-x-bits-source-tarball --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 758852b8206..805e85a79d1 100755 --- a/pom.xml +++ b/pom.xml @@ -690,6 +690,7 @@ org.apache.maven.plugins maven-assembly-plugin + 3.1.0 org.apache.maven.plugins