jira-importer commented on issue #140: URL: https://github.com/apache/maven-ear-plugin/issues/140#issuecomment-2955258257
**[David Hawkins](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=dhawkins)** commented It was developed against repository version 349429. I just reverted my src directory, updated to the latest (350051) and patched my source with the patch. I tested both include and excludes (single and comma separated) and they work properly. What is the behavior that you are seeing? As to your second reply, the suggesting of adding: If ( warSourceExcludes != null && !"".equals( warSourceExcludes ) ) Is taken care of by StringUtils: if ( StringUtils.isNotEmpty( warSourceExcludes ) ) And there is no need to add the default FileUtils.getDefaultExcludesAsList because they automatically added on line 463 with a call to scanner.addDefaultExcludes(); I think you might be working with an old version of the source or something. --David -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
