jira-importer commented on issue #230: URL: https://github.com/apache/maven-war-plugin/issues/230#issuecomment-2967854389
**[Jay Goldman](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=brassrat)** commented It does not appear to be working in 2.0.2. Based upon comments in _War overlay can overwrite files in dependant war artifact_ I replaced the use of copyFileIfModified in copyResources with an unconditional copy (with an explicit creation of any needed directories first) and the files are copied to the correct location. So I think there is something wrong in copyFileIfModified when the target file does not exist (haven't checked the behavior when the target file already exists). -- 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