Enrico Olivelli created MASSEMBLY-902:
-----------------------------------------
Summary: Some Integration tests fails if launched with an very
large UID
Key: MASSEMBLY-902
URL: https://issues.apache.org/jira/browse/MASSEMBLY-902
Project: Maven Assembly Plugin
Issue Type: Task
Affects Versions: 3.1.1
Reporter: Enrico Olivelli
Assignee: Enrico Olivelli
Fix For: 3.1.1
On my laptop, with Linux, I have an huge userid (like 949001133) and these
tests are failing.
[ERROR] The following builds failed:
[ERROR] * projects/filtering-feature/fileset-to-tar-massembly-722/pom.xml
[ERROR] * projects/file-modes/fileItem-fileMode/pom.xml
[ERROR] * projects/file-modes/file-set-fileMode/pom.xml
The fix is to add a explicit tarLongFileMode = posix to failing tests
<tarLongFileMode>posix</tarLongFileMode>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)