jira-importer commented on issue #248: URL: https://github.com/apache/maven-war-plugin/issues/248#issuecomment-2967855697
**[Ivan Bondarenko](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=buzzeri)** commented We are also very interested in resolving this issue. We have some jars which should be of "system-provided" scope (1. have systemPath property, because these jars are legacy and out of any repository; 2. not be included into war, because we have several instances of this war and jars are using native code, so only one instance of jar can be loaded, which should be in container's lib directory). packagingExcludes seemed to be the solution we need, but we cannot force it to work properly. Actually even specifying full name doesn't work. -- 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