apache / apache/maven-assembly-plugin
[MASSEMBLY-791] fileMode not set in dependencySet creating format tar.gz
- Dominant language
- Java
- Stars
- 110
- Forks
- 75
- Avg merge
- 12h 54m
- Merged PRs (30d)
- 10
Description
**[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
com.company:dependency-artifact
true
*.py
0750
0750
```
---
**Affects:** 2.6
**Remote Links:**
- [GitHub Pull Request #148
](https://github.com/apache/maven-assembly-plugin/pull/148)
0 votes, 5 watchers
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the dependencySet configuration in the issue while creating a tar.gz archive, then trace how dependency sets apply fileMode and directoryMode. Done means the configured fileMode is honored for the included files, with behavior matching the issue's expected 0750 mode.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100