On Fri, Jun 9, 2023 at 7:44 AM Slawomir Jaranowski <s.jaranow...@gmail.com> wrote:
> In current 3.9.x we have: > > - NONE, // mute validation completely (validation issue collection still > happens, it is just not reported!) > - INLINE, // inline, each "internal" problem one line next to mojo > invocation > - SUMMARY, // at end, list of plugin GAVs along with "internal" issues > - BRIEF, // synonym to SUMMARY > - VERBOSE // at end, list of plugin GAVs along with detailed report of ANY > validation issues > > First BRIEF and SUMMARY are duplicated one should be enough. > Then remove SUMMARY. We shipped BRIEF in Maven 3.9.2, so it is here to stay. -h