gnodet commented on PR #243:
URL: 
https://github.com/apache/maven-clean-plugin/pull/243#issuecomment-2769506745

   > # Future work
   > If experience shows that the new version is working well, maybe we should 
move the `Selector` class and an abstract `FileVisitor` base class to Maven 
core for allowing other plugins, such as `maven-compiler-plugin`, to use it.
   
   The scanner is used in maven-filtering which is used in 
maven-resources-plugin. The fact that the Maven 4 API exposes PathMatcher while 
the plexus scanner uses String[] is a problematic. So yes, definitely 
interested in having this piece of code reusable.


-- 
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

Reply via email to