olamy commented on code in PR #27: URL: https://github.com/apache/maven-war-plugin/pull/27#discussion_r926216013
########## 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: we usually add `@since` for new parameter -- 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