maven-assembly-plugin icon indicating copy to clipboard operation
maven-assembly-plugin copied to clipboard

[MASSEMBLY-791] fileMode not set in dependencySet creating format tar.gz

Open jira-importer opened this issue 10 years ago • 2 comments

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

jira-importer avatar Nov 30 '15 14:11 jira-importer