jira-importer commented on issue #288: URL: https://github.com/apache/maven-war-plugin/issues/288#issuecomment-2967858692
**[Aaron Digulla](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=digulla)** commented I think I found it: In the code, you check whether the option is set. If so, you add an ignore pattern for any context.xml which might be in the META-INF directory of the project (i.e. "src\main\webapp\META-INF\context.xml"). In my case, that's the file I tried to add with the option, so it gets mysteriously ignored. As a fix, I suggest that you check whether the value of the option matches the ignore pattern and if so, don't add the pattern. -- 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