laoseth commented on code in PR #27: URL: https://github.com/apache/maven-war-plugin/pull/27#discussion_r930267661
########## src/main/java/org/apache/maven/plugins/war/AbstractWarMojo.java: ########## @@ -146,6 +146,11 @@ @Parameter private Resource[] webResources; + /** + * If resources should be overwritten, even if they are read only + */ + @Parameter( defaultValue = "false" ) + boolean forceOverwriteResources; Review Comment: I can get that added to the pull request. However, based on @michael-o 's response, is that a vain exercise? -- 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