Uploaded image for project: 'Maven POMs'
  1. Maven POMs
  2. MPOM-132

assembly plugin should use posix, not gnu for tarLongFileMode

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • None
    • ASF-19
    • asf
    • None

    Description

      <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>

      Attachments

        Activity

          People

            khmarbaise Karl Heinz Marbaise
            ctubbsii Christopher Tubbs
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: