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 2020/03/29 11:33:45 UTC

[GitHub] [maven-dependency-plugin] khmarbaise commented on a change in pull request #13: [MDEP-651] - allow unpack dependency to configure entries overwrite

khmarbaise commented on a change in pull request #13: [MDEP-651] - allow unpack dependency to configure entries overwrite
URL: https://github.com/apache/maven-dependency-plugin/pull/13#discussion_r399784458
 
 

 ##########
 File path: src/main/java/org/apache/maven/plugins/dependency/fromDependencies/UnpackDependenciesMojo.java
 ##########
 @@ -86,7 +86,7 @@
      * @since 3.1.2
      */
     @Parameter( property = "mdep.unpack.overwrite", defaultValue = "true" )
-    private boolean overwrite;
+    private boolean overwrite = true;
 
 Review comment:
   This is already don via the `defaultValue` from the annotation above.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services