[ 
https://issues.apache.org/jira/browse/MNG-7767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17713103#comment-17713103
 ] 

ASF GitHub Bot commented on MNG-7767:
-------------------------------------

michael-o commented on PR #1092:
URL: https://github.com/apache/maven/pull/1092#issuecomment-1511398762

   > Maven session contains user and system properties? Well, nope, it does 
not, it contains request, and those are `java.util.Properties` that may not 
contains "any object" and also does not offer any concurrent methods like 
putIfAbsent...
   
   
https://maven.apache.org/ref/3.3.9/maven-core/apidocs/org/apache/maven/execution/MavenSession.html#getUserProperties()
   
   `#getProperty(String)` gives you a string. The abuse of `RSS` is in 
indicator of missing bits in `MavenSession`.




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

Reply via email to