You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by eo...@apache.org on 2018/12/28 10:18:39 UTC

[maven-assembly-plugin] 01/01: [MASSEMBLY-902] Some Integration tests fails if launched with an very large UID

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

eolivelli pushed a commit to branch MASSEMBLY-902
in repository https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git

commit c7d1b44a6f62f90dc48e6928793c66dd1357ac57
Author: Enrico Olivelli <eo...@apache.org>
AuthorDate: Fri Dec 28 11:17:33 2018 +0100

    [MASSEMBLY-902]  Some Integration tests fails if launched with an very large UID
---
 src/it/projects/file-modes/file-set-fileMode/pom.xml                   | 1 +
 src/it/projects/file-modes/fileItem-fileMode/pom.xml                   | 1 +
 src/it/projects/filtering-feature/fileset-to-tar-massembly-722/pom.xml | 1 +
 3 files changed, 3 insertions(+)

diff --git a/src/it/projects/file-modes/file-set-fileMode/pom.xml b/src/it/projects/file-modes/file-set-fileMode/pom.xml
index 3c10c60..8403409 100644
--- a/src/it/projects/file-modes/file-set-fileMode/pom.xml
+++ b/src/it/projects/file-modes/file-set-fileMode/pom.xml
@@ -47,6 +47,7 @@ under the License.
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
         <configuration>
+          <tarLongFileMode>posix</tarLongFileMode>
           <descriptors>
             <descriptor>src/assemble/src.xml</descriptor>
           </descriptors>
diff --git a/src/it/projects/file-modes/fileItem-fileMode/pom.xml b/src/it/projects/file-modes/fileItem-fileMode/pom.xml
index cb76370..0e8712c 100644
--- a/src/it/projects/file-modes/fileItem-fileMode/pom.xml
+++ b/src/it/projects/file-modes/fileItem-fileMode/pom.xml
@@ -47,6 +47,7 @@ under the License.
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
         <configuration>
+          <tarLongFileMode>posix</tarLongFileMode>
           <descriptors>
             <descriptor>src/assemble/src.xml</descriptor>
           </descriptors>
diff --git a/src/it/projects/filtering-feature/fileset-to-tar-massembly-722/pom.xml b/src/it/projects/filtering-feature/fileset-to-tar-massembly-722/pom.xml
index 7bec610..04b2c8b 100755
--- a/src/it/projects/filtering-feature/fileset-to-tar-massembly-722/pom.xml
+++ b/src/it/projects/filtering-feature/fileset-to-tar-massembly-722/pom.xml
@@ -45,6 +45,7 @@ under the License.
                       <phase>package</phase>
                       <goals><goal>single</goal></goals>
                       <configuration>
+                          <tarLongFileMode>posix</tarLongFileMode>
                           <descriptors>
                               <descriptors>src/main/assemblies/prod-assemble.xml</descriptors>
                           </descriptors>