jira-importer commented on issue #201: URL: https://github.com/apache/maven-war-plugin/issues/201#issuecomment-2967852309
**[Alberto Mozzone](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=alberto.mozzone)** commented I tested your proposed solution and it works as I want: thanks a lot! Just a question: do you think that using "src/main/webapp/WEB-INF/classes" instead of "src/main/webresources" is a good practice, or should I create a separate folder (as you did)? ```xml <webResources> <resource> <directory>src/main/webapp/WEB-INF/classes</directory> <filtering>true</filtering> <targetPath>WEB-INF/classes</targetPath> </resource> </webResources> ``` Please note that this setup works just as yours. Edit: Just to add that, with the said solutions, the generated JARs differ in name only, while content and MD5 are the same. -- 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