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

eolivelli pushed a commit to branch branch-4.6
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/branch-4.6 by this push:
     new d60fcd6  Upgrade Maven Assembly Plugin to 3.1.0 - upgrade Maven 
Assembly Plugin because 2.2.1 version has issues about file permissions - 
explicitly set tarLongFileMode to 'posix' in order to handle user ids with 
large values
d60fcd6 is described below

commit d60fcd6380c60f6aa5669aea84c380b0ff6d2011
Author: Enrico Olivelli <[email protected]>
AuthorDate: Tue Apr 3 12:32:50 2018 +0200

    Upgrade Maven Assembly Plugin to 3.1.0
    - upgrade Maven Assembly Plugin because 2.2.1 version has issues about file 
permissions
    - explicitly set tarLongFileMode to 'posix' in order to handle user ids 
with large values
    
      Author: Enrico Olivelli <[email protected]>
    
      Reviewers: Ivan Kelly <[email protected]>
---
 bookkeeper-dist/all/pom.xml    | 1 +
 bookkeeper-dist/pom.xml        | 1 +
 bookkeeper-dist/server/pom.xml | 1 +
 pom.xml                        | 2 +-
 4 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/bookkeeper-dist/all/pom.xml b/bookkeeper-dist/all/pom.xml
index bdc6eae..46ceec0 100644
--- a/bookkeeper-dist/all/pom.xml
+++ b/bookkeeper-dist/all/pom.xml
@@ -103,6 +103,7 @@
           <descriptors>
             <descriptor>../src/assemble/bin-all.xml</descriptor>
           </descriptors>
+          <tarLongFileMode>posix</tarLongFileMode>
         </configuration>
         <executions>
           <execution>
diff --git a/bookkeeper-dist/pom.xml b/bookkeeper-dist/pom.xml
index ac87013..186f959 100644
--- a/bookkeeper-dist/pom.xml
+++ b/bookkeeper-dist/pom.xml
@@ -53,6 +53,7 @@
           <descriptors>
             <descriptor>src/assemble/src.xml</descriptor>
           </descriptors>
+          <tarLongFileMode>posix</tarLongFileMode>
         </configuration>
         <executions>
           <execution>
diff --git a/bookkeeper-dist/server/pom.xml b/bookkeeper-dist/server/pom.xml
index da56a2b..99bea52 100644
--- a/bookkeeper-dist/server/pom.xml
+++ b/bookkeeper-dist/server/pom.xml
@@ -81,6 +81,7 @@
           <descriptors>
             <descriptor>../src/assemble/bin-server.xml</descriptor>
           </descriptors>
+          <tarLongFileMode>posix</tarLongFileMode>
         </configuration>
         <executions>
           <execution>
diff --git a/pom.xml b/pom.xml
index ee3ae81..b2d6d72 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,7 +125,7 @@
     <maven-shade-plugin.version>3.1.0</maven-shade-plugin.version>
     <maven-source-plugin.version>2.2.1</maven-source-plugin.version>
     <maven-surefire-plugin.version>2.19.1</maven-surefire-plugin.version>
-    <maven-assembly-plugin.version>2.2.1</maven-assembly-plugin.version>
+    <maven-assembly-plugin.version>3.1.0</maven-assembly-plugin.version>
   </properties>
 
   <!-- dependencies for all modules -->

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to