Rick Poleshuck created MASSEMBLY-791:
----------------------------------------
             Summary: fileMode not set in dependencySet creating format tar.gz
                 Key: MASSEMBLY-791
                 URL: https://issues.apache.org/jira/browse/MASSEMBLY-791
             Project: Maven Assembly Plugin
          Issue Type: Bug
          Components: permissions
    Affects Versions: 2.6
         Environment: Linux and Windows
            Reporter: Rick Poleshuck


The fileMode is ignored within a dependencySet while creating a tar.gz archive. 
This works just fine in 2.4.

    <dependencySets>
        <dependencySet>
            <includes>
                <include>com.company:dependency-artifact</include>
            </includes>
            <unpack>true</unpack>
            <unpackOptions>
                <includes>
                    <include>*.py</include>
                </includes>
            </unpackOptions>
            <outputDirectory/>
            <fileMode>0750</fileMode>
            <directoryMode>0750</directoryMode>
        </dependencySet>
    </dependencySets>
</ 



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

Reply via email to