Uploaded image for project: 'Maven Assembly Plugin'
  1. Maven Assembly Plugin
  2. MASSEMBLY-829

fileMode on a dependencySet with unpack does not work

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 2.6
    • 3.0.0
    • dependencySet
    • None
    • linux

    Description

      <dependencySet>
        <outputDirectory></outputDirectory>
        <useProjectArtifact>false</useProjectArtifact>
        <fileMode>775</fileMode>
        <includes>
          <include>top.marchand.mvn.bug:assembly-fileMode-shells</include>
        </includes>
        <unpack>true</unpack>
        <unpackOptions>
          <excludes>
            <exclude>META-INF/**</exclude>
            <exclude>META-INF</exclude>
          </excludes>
        </unpackOptions>
        <scope>runtime</scope>
      </dependencySet>
      

      Files from top.marchand.mvn.bug:assembly-fileMode-shells should be runnable by everyone, and they are not.

      Attachments

        1. bug-maven-assembly-plugin.tar.gz
          1 kB
          Christophe Marchand

        Activity

          People

            gboue Guillaume Boué
            cmarchand Christophe Marchand
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: