[
https://issues.apache.org/jira/browse/MASSEMBLY-791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17740780#comment-17740780
]
ASF GitHub Bot commented on MASSEMBLY-791:
------------------------------------------
mabrarov commented on PR #148:
URL:
https://github.com/apache/maven-assembly-plugin/pull/148#issuecomment-1624231912
Hi @elharo,
Regarding that
[comment](https://github.com/apache/maven-assembly-plugin/pull/148#pullrequestreview-1514449650):
1. Integration test for the new configuration option was added.
1. The case when invalid value is specified for `overrideUmask` plugin
configuration option is described in Javadoc for
`org.apache.maven.plugins.assembly.mojos.AbstractAssemblyMojo#overrideUmask`
field. This Javadoc is used for generation of plugin documentation - plugin.xml
- so I find it sufficient.
Thank you for your help with review of this pull request.
> 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
> Priority: Major
>
> 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
(v8.20.10#820010)