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

mmiller pushed a commit to branch 1.10
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/1.10 by this push:
     new cfb33e1  Fix file permissions in source assembly tarball (#1692)
cfb33e1 is described below

commit cfb33e1dcad4ab7d6e07d0b65e20ef9d4d8cf7d5
Author: Christopher Tubbs <ctubb...@apache.org>
AuthorDate: Thu Aug 27 08:18:02 2020 -0400

    Fix file permissions in source assembly tarball (#1692)
    
    Fix permissions mangling caused by the latest versions of the assembly
    plugin.
    
    Use maven-assembly-plugin-3.1.1 because of MASSEMBLY-941
    https://issues.apache.org/jira/browse/MASSEMBLY-941
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 7a5d566..c159579 100644
--- a/pom.xml
+++ b/pom.xml
@@ -601,6 +601,12 @@
           <version>3.1.0</version>
         </plugin>
         <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-assembly-plugin</artifactId>
+          <!-- Must use 3.1.1 until 
https://issues.apache.org/jira/browse/MASSEMBLY-941 is fixed -->
+          <version>3.1.1</version>
+        </plugin>
+        <plugin>
           <groupId>com.github.ekryd.sortpom</groupId>
           <artifactId>sortpom-maven-plugin</artifactId>
           <version>2.10.0</version>

Reply via email to