royteeuwen opened a new issue, #518:
URL: https://github.com/apache/maven-build-cache-extension/issues/518

   Files and directories whose name starts with a dot are always treated as 
hidden and unconditionally skipped when scanning `<include>` paths for cache 
input files, with no way to override this.
   
   This is too broad for project layouts where meaningful, versioned content is 
stored in dotfile-named files by convention (e.g. Maven Filevault/JCR content 
packages, where a resource's definition typically lives in a file literally 
named `.content.xml`). Such content changes are currently invisible to the 
build cache.
   
   Proposal: add an `includeHidden` attribute (default `false`) to the 
`<include>` element, so a specific include path can opt back into scanning 
hidden entries without changing default behavior elsewhere.
   
   I have a working patch (with unit + integration tests, full test suite 
passing) and will open a PR referencing this issue.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to