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:
[email protected]
With regards,
Apache Git Services