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:38 UTC

[maven-assembly-plugin] branch MASSEMBLY-902 updated (ac41958 -> c7d1b44)

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

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


 discard ac41958  MASSEMBLY-902 Some Integration tests fails if launched with an very large UID
     new c7d1b44  [MASSEMBLY-902]  Some Integration tests fails if launched with an very large UID

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ac41958)
            \
             N -- N -- N   refs/heads/MASSEMBLY-902 (c7d1b44)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:


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

Posted by eo...@apache.org.
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>