Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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)
Attachments
Attachments
Issue Links
- is related to
-
MNG-7754 Improvement and extension of plugin validation
- Closed
- links to