Skip to content

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

@jira-importer

Description

@jira-importer

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions