michael-o commented on pull request #633: URL: https://github.com/apache/maven/pull/633#issuecomment-989746160
I would prefer the `fileSet` be just like with Maven Assembly Plugin's `fileSet`: https://maven.apache.org/plugins/maven-assembly-plugin/assembly.html#class_fileSet. It has directory, includes, excludes. The globbing and regex patterns can be replaced with the approach [here](https://maven.apache.org/plugins/maven-assembly-plugin/advanced-descriptor-topics.html). No need two different XML elements for both. That style is familiar to users and makes adoption easier. I don't know which component performs the matching. -- 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