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 ac419589f609852836299c001e8bd578e3a48791 Author: Enrico Olivelli <eolive...@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>