jira-importer commented on issue #248: URL: https://github.com/apache/maven-war-plugin/issues/248#issuecomment-2967855718
**[Nicolas Marcotte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=nicolasm)** commented That the workaround that motivating myself to write that patch since I moved from atrocities like that:```xml \<packagingExcludes combine.self="override"> **/A*.jar,**/B*.jar,**/C*.jar,**/M*.jar,**/O*.jar, **/*P*.jar,**/R*.jar,**/a*.jar,**/b*.jar,**/c*.jar, **/d*.jar,**/f*.jar,**/k*.jar,**/i*.jar,**/j*.jar, **/l*.jar,**/m*.jar,**/r*.jar,**/sa*.jar,**/se*.jar, **/v*.jar,**/x*.jar, \<!-- to exclude struts patched for RAD but not the lib's patched for our prod environment that's ends with .SIRUS--> **/Struts-Layout.jar,**/struts-menu.jar,**/struts.jar \</packagingExcludes> ``` to ```xml \<packagingExcludes>**/*.jar,!**/*.SIRUS.jar\</packagingExcludes> ``` -- 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