You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/07/26 18:02:43 UTC

[GitHub] [maven-war-plugin] laoseth commented on a diff in pull request #27: MWAR-455 - Allow force overwrite of read only resources in exploded war target directory

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-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org