[
https://issues.apache.org/jira/browse/MNG-7767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17713457#comment-17713457
]
ASF GitHub Bot commented on MNG-7767:
-------------------------------------
michael-o commented on PR #1092:
URL: https://github.com/apache/maven/pull/1092#issuecomment-1512621376
> Did not, just the code make it happen: validator uses resolver ConfigUtil:
https://github.com/apache/maven/pull/1092/files#diff-9478004903992887e1696cebb44ffb9cb99032f9d25db4447e734c4a26930229L68
that on other hand does this:
https://github.com/apache/maven-resolver/blob/master/maven-resolver-util/src/main/java/org/eclipse/aether/util/ConfigUtils.java#L92
It won't return `boolean`, but `"true"` as a string.
> Tone down plugin validation report
> ----------------------------------
>
> Key: MNG-7767
> URL: https://issues.apache.org/jira/browse/MNG-7767
> Project: Maven
> Issue Type: Improvement
> Components: Plugins and Lifecycle
> Reporter: Tamas Cservenak
> Assignee: Tamas Cservenak
> Priority: Major
> Fix For: 3.9.2, 4.0.0-alpha-6, 4.0.0
>
>
> Tone down the plugin validation (current "default" output for Maven build
> even emits 1.5 screens of warning):
> [https://gist.github.com/cstamas/02d6fd3e969efe4a17186504b355c080#file-gistfile1-txt-L25]
> I'd change it like:
> * DISABLED mode emits one line (as today)}
> * NORMAL mode would emit something like this
> [https://gist.github.com/cstamas/10765b9e697e5605124bd65fd9cdafca]
> * VERBOSE mode emits full report (as today)
> At the same time, rename the "modes" as current mode names does not reflect
> what they do:
> * disabled -> brief (emits one liner warning)
> * normal -> default (emits list of plugins)
> * verbose -> verbose (emits full report)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)