rpkrajewski commented on code in PR #936:
URL: https://github.com/apache/maven-enforcer/pull/936#discussion_r2687931440


##########
enforcer-rules/src/site/apt/requirePluginVersions.apt.vm:
##########
@@ -33,6 +33,15 @@ Require Plugin Versions
 
    * <<banLatest>> - disallow any use of "LATEST" as a version for any plugin. 
Default = true.
 
+   * <<banMavenDefaults>> -- require all plugin versions to be defined in the 
project;
+   the default is true. If false, the version of a plugin will be obtained 
from the
+   super POM or default lifecycle bindings. That is, a value of false will
+   free the project from having to define versions of many standard plugins, 
instead
+   delegating them to the version of Maven designed by the project's

Review Comment:
   Thanks for the catch.



-- 
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