jira-importer commented on issue #95: URL: https://github.com/apache/maven-war-plugin/issues/95#issuecomment-2967841956
**[Edwin Punzalan](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=elpunzalan)** commented I checked the code for the WAR plugin and found that this is already fixed. However, when I tested it, I found a bug in plexus.getDefaultExcludes bec it was returning a fixed-sized List so adding objects into it is causing an exception. The plexus patch would fix the plexus bug. The war-plugin patch is a work-around for the plexus bug. If the plexus patch is applied, the second patch is not needed anymore. -- 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