apache / apache/maven-build-cache-extension
Unable to include hidden files
- Dominant language
- Java
- Stars
- 163
- Forks
- 77
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 4
Description
### Affected version
1.2.0
### Bug description
Hidden files are excluded from the cache even when explicitly matched by a glob pattern. This prevents important files such as .npmrc, .env, .dockerignore, etc., from being cached, leading to inconsistent builds.
```
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the cache include-glob handling for patterns such as {*,.*}, then reproduce the issue with an explicitly matched hidden file like .npmrc, .env, or .dockerignore. Done means explicitly matched hidden files are included in the cache and the regression is covered by a test.
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
- 45/100