**[Rick Poleshuck](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=pluck308)** opened **[MASSEMBLY-791](https://issues.apache.org/jira/browse/MASSEMBLY-791?redirect=false)** and commented The fileMode is ignored within a dependencySet while creating a tar.gz archive. This works just fine in 2.4. ```xml <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> ``` --- **Affects:** 2.6 **Remote Links:** - [GitHub Pull Request #148 ](https://github.com/apache/maven-assembly-plugin/pull/148) 0 votes, 5 watchers