You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by si...@apache.org on 2018/04/03 20:45:56 UTC

[bookkeeper] branch master updated: Upgrade Maven Assembly Plugin to 3.1.0

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

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 980bf9d  Upgrade Maven Assembly Plugin to 3.1.0
980bf9d is described below

commit 980bf9d0a6073d5294c3a2c3c7a9b7fa12fa89fc
Author: Enrico Olivelli <eo...@apache.org>
AuthorDate: Tue Apr 3 13:45:48 2018 -0700

    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 <eo...@apache.org>
    
    Reviewers: Sijie Guo <si...@apache.org>
    
    This closes #1313 from eolivelli/upgrade-assembly-master
---
 bookkeeper-dist/all/pom.xml    | 1 +
 bookkeeper-dist/pom.xml        | 1 +
 bookkeeper-dist/server/pom.xml | 1 +
 circe-checksum/pom.xml         | 1 +
 pom.xml                        | 2 +-
 5 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/bookkeeper-dist/all/pom.xml b/bookkeeper-dist/all/pom.xml
index a4b6d6f..932657c 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 d487568..fd4ddca 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 6e2bc2f..72500cf 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/circe-checksum/pom.xml b/circe-checksum/pom.xml
index d394a13..f4d7d3b 100644
--- a/circe-checksum/pom.xml
+++ b/circe-checksum/pom.xml
@@ -92,6 +92,7 @@
             <descriptor>src/main/assembly/assembly.xml</descriptor>
           </descriptors>
           <appendAssemblyId>false</appendAssemblyId>
+          <tarLongFileMode>posix</tarLongFileMode>
         </configuration>
         <executions>
           <execution>
diff --git a/pom.xml b/pom.xml
index d958172..b696059 100644
--- a/pom.xml
+++ b/pom.xml
@@ -158,7 +158,7 @@
     <dockerfile-maven-plugin.version>1.3.7</dockerfile-maven-plugin.version>
     <license-maven-plugin.version>1.6</license-maven-plugin.version>
     <jacoco-maven-plugin.version>0.8.0</jacoco-maven-plugin.version>
-    <maven-assembly-plugin.version>2.4.1</maven-assembly-plugin.version>
+    <maven-assembly-plugin.version>3.1.0</maven-assembly-plugin.version>
     <maven-bundle-plugin.version>3.2.0</maven-bundle-plugin.version>
     <maven-checkstyle-plugin.version>2.17</maven-checkstyle-plugin.version>
     <maven-clean-plugin.version>2.5</maven-clean-plugin.version>

-- 
To stop receiving notification emails like this one, please contact
sijie@apache.org.