jira-importer commented on issue #186: URL: https://github.com/apache/maven-war-plugin/issues/186#issuecomment-2967848763
**[Maria Odea B. Ching](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=oching)** commented Attached patch that accepts relative path for \<webXml>. Sample configuration: \<plugin> \<groupId>org.apache.maven.plugins\</groupId> \<artifactId>maven-war-plugin\</artifactId> \<configuration> \<warSourceDirectory>src/main/webapp\</warSourceDirectory> \<excludes>target/**\</excludes> \<webXml>src/main/webapp/WEB-INF/web.xml\</webXml> \</configuration> \</plugin> -- 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