maven-assembly-plugin
maven-assembly-plugin copied to clipboard
[MASSEMBLY-791] fileMode not set in dependencySet creating format tar.gz
Rick Poleshuck opened MASSEMBLY-791 and commented
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>
Affects: 2.6
Remote Links:
0 votes, 5 watchers