cstamas commented on PR #197: URL: https://github.com/apache/maven-resolver/pull/197#issuecomment-1272276273
> General question: Is it intended to plugin with Maven repo definition in POM and settings to have nested elements `<includes />`/`<excludes />`? Similar to maven-common-artifact-filters. This would be easily accessible, but requires model changes and would work without any brainfuck for the users. https://issues.apache.org/jira/browse/MNG-6763 This is maven-resolver, not maven. Hence, one can consier this as "foundation" (low level) implementation, that can be topped in many different ways, for example, Maven could either provide it's own filter implementations sourced from new model (if model is changed to support that) or just "manage" these "low level" sources in some way. This PR is not related in any way to Maven, as it have no access to models like POM, Settings, etc. It just lies down the foundations to solve that 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org