jira-importer commented on issue #248: URL: https://github.com/apache/maven-war-plugin/issues/248#issuecomment-2967855715
**[Vincent Massol](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=vmassol)** commented Thanks Nicolas. I had found a very bad workaround (but working): ``` </webResources> <!-- - Make sure we exclude JCL and LOGJ4 since we want all logging to go through SLF4J - Exclude xwiki-platform-olcore because it's included in xwiki-platform-legacy-oldcore - Excluded to prevent conflict in the patched version of Rhino used by yuicompressor used for JSX. See http://jira.xwiki.org/jira/browse/XWIKI-6151 for more details. Note: We use ?????? because we need to exclude log4j-1.2.16 but keep log4j-over-slf4j-1.6.1.jar See http://jira.codehaus.org/browse/MWAR-81 --> <packagingExcludes> WEB-INF/lib/xwiki-platform-oldcore-*.jar,WEB-INF/lib/batik-js-*.jar,WEB-INF/lib/commons-logging-*.jar,WEB-INF/lib/log4j-??????.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