elharo commented on code in PR #285:
URL: 
https://github.com/apache/maven-dependency-plugin/pull/285#discussion_r1126385896


##########
src/main/java/org/apache/maven/plugins/dependency/fromConfiguration/AbstractFromConfigurationMojo.java:
##########
@@ -79,7 +79,7 @@ public abstract class AbstractFromConfigurationMojo extends 
AbstractDependencyMo
      *
      * @since 2.0
      */
-    @Parameter(property = "mdep.overIfNewer", defaultValue = "true")
+    @Parameter(property = "mdep.overWriteIfNewer", defaultValue = "true")

Review Comment:
   I don't think the property name has to match the field name. This does look 
like an error but this would be an incompatible change. Thus it needs:
   
   1. A JIRA entry
   2. A new property, not just a  change
   3. Deprecate the old property



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to