desruisseaux opened a new pull request, #1936: URL: https://github.com/apache/maven/pull/1936
Add a `<Source>` element in the model. Properties are: - `directory` (inherited from `FileSet`) - `includes` (inherited from `PatternSet`) - `excludes` (inherited from `PatternSet`) - `scope` - `lang` - `module` - `targetVersion` - `targetPath` (taken from `<Resource>`) - `filtering` (taken from `<Resource>`) - `enabled` This commit also renames `source` parameter value in `reader-stax.vm` for avoiding name collision with the new `Source` model element. -- 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