rpkrajewski commented on code in PR #936:
URL: https://github.com/apache/maven-enforcer/pull/936#discussion_r2687943407
##########
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
+ {{{https://maven.apache.org/tools/wrapper/}Maven wrapper}}
+ or a version of Maven enforced by the
Review Comment:
The use of the plural was (in my mind) chosen because the Maven version
enforcement can be a _range_ (so multiple potential allowable versions), but
since there's **one** version during a run, this makes sense.
--
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]