jira-importer commented on issue #128: URL: https://github.com/apache/maven-war-plugin/issues/128#issuecomment-2967844359
**[Dennis Lundberg](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=denn...@apache.org)** commented Let me see if I understand what it is you are expecting: The tools module contains a resource "context.xml". The warChild module dependes on tools and has containerConfigXML configured. The configuration parameter containerConfigXML is of type File, so it will not find your context.xml file since it is inside a dependency. For this to work you would need to unpack the tools jar before the WAR Plugin is run. The WAR Plugin does not handle dependencies that includes configuration files like the Checkstyle and PMD plugins do. -- 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