You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2016/08/27 15:43:20 UTC

[jira] [Commented] (MPOM-132) assembly plugin should use posix, not gnu for tarLongFileMode

    [ https://issues.apache.org/jira/browse/MPOM-132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15441795#comment-15441795 ] 

Hudson commented on MPOM-132:
-----------------------------

SUCCESS: Integrated in Jenkins build ASF Parent Pom #156 (See [https://builds.apache.org/job/ASF%20Parent%20Pom/156/])
[MPOM-132] assembly plugin should use posix, not gnu for tarLongFileMode (khmarbaise: [http://svn.apache.org/viewvc/?view=rev&rev=1758050])
* (edit) pom.xml


> assembly plugin should use posix, not gnu for tarLongFileMode
> -------------------------------------------------------------
>
>                 Key: MPOM-132
>                 URL: https://issues.apache.org/jira/browse/MPOM-132
>             Project: Maven POMs
>          Issue Type: Task
>          Components: asf
>            Reporter: Christopher Tubbs
>            Assignee: Karl Heinz Marbaise
>            Priority: Trivial
>             Fix For: ASF-19
>
>
> {{<tarLongFileMode>gnu</tarLongFileMode>}} causes some issues on some platforms. Most modern versions of tar support the newer {{posix}} mode, which supports all the features {{gnu}} does, plus more.
> Instead of the release profile's execution of the source-release-assembly using the above setting, that should be removed from the assembly configuration, and instead, the parent pom should add the following to the {{<properties>}}:
> {{<assembly.tarLongFileMode>posix</assembly.tarLongFileMode>}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)