jira-importer commented on issue #254: URL: https://github.com/apache/maven-war-plugin/issues/254#issuecomment-2967856168
**[David Hay](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=dhay)** commented It looks like this has been (mostly) fixed in the svn repository. A check has been added in AbstractWarMojo.copyDependentWarContents to avoid the copy if the current project contains the same file in the source directory. I think this should probably revert to the 2.0 behavior which only copies if the target war directory doesn't already contain that file. The current behavior prevents the current project from overriding resources in the "classes" directory of the dependent war file. -- 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