gnodet commented on PR #2236: URL: https://github.com/apache/maven/pull/2236#issuecomment-2799864409
> Following the revert of includes/excludes filters from `PathMatcher` to `String` in #2232, this pull request adds a new `SourceRoot.matcher(boolean)` method which provides the `PathMatcher`. Contrarily to the previous methods, this new method provides a single matcher combining the work of all includes and all excludes. The default implementation is ported from [apache/maven-clean-plugin#243](https://github.com/apache/maven-clean-plugin/pull/243). We'd need to carefully review the maven-resources-plugins various options and see if they can fit this API. IIRC, there are options such as symlinks following, but there may be others. -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org