Christophe Marchand created MASSEMBLY-829:
---------------------------------------------

             Summary: fileMode on a dependencySet with unpack does not work
                 Key: MASSEMBLY-829
                 URL: https://issues.apache.org/jira/browse/MASSEMBLY-829
             Project: Maven Assembly Plugin
          Issue Type: Bug
          Components: dependencySet
    Affects Versions: 2.6
         Environment: linux
            Reporter: Christophe Marchand
            Priority: Blocker


{code:xml}
<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>
{code}

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



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

Reply via email to