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

mpercy pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/flume.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 7b31490  FLUME-3360: Use POSIX tar format for long uid/gid support on 
macOS (#318)
7b31490 is described below

commit 7b3149071a19f4a51425128a276d69fd688a0b50
Author: Cheng Pan <[email protected]>
AuthorDate: Sat Mar 7 16:52:27 2020 +0800

    FLUME-3360: Use POSIX tar format for long uid/gid support on macOS (#318)
    
    Fixes the following error:
    
    [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-assembly-plugin:3.1.0:single (assemble) on 
project flume-ng-dist: Execution assemble of goal 
org.apache.maven.plugins:maven-assembly-plugin:3.1.0:single failed: group id 
'110526762' is too big ( > 2097151 ). Use STAR or POSIX extensions to overcome 
this limit -> [Help 1]
---
 flume-ng-dist/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flume-ng-dist/pom.xml b/flume-ng-dist/pom.xml
index 390fad1..1c808dd 100644
--- a/flume-ng-dist/pom.xml
+++ b/flume-ng-dist/pom.xml
@@ -49,7 +49,7 @@
                 <descriptor>src/main/assembly/bin.xml</descriptor>
                 <descriptor>src/main/assembly/src.xml</descriptor>
               </descriptors>
-              <tarLongFileMode>gnu</tarLongFileMode>
+              <tarLongFileMode>posix</tarLongFileMode>
             </configuration>
           </execution>
         </executions>

Reply via email to