Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-7811

Plugins verification - reports are inconsistent

    XMLWordPrintableJSON

Details

    Description

      We have report modes:

      - 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
      

      NONE

      • is ok works as expected, as documented

      INLINE

      • is ok works as expected, as documented

      SUMMARY, BRIEF

      • are the same - bug
      • prints internal issues in VERBOSE mode - bug

      VERBOSE

      • is ok works as expected, as documented

      So we don't have possibility to report an external issues in brief mode - as a list at the end, also - bug

      Proposition

      • SUMMARY - prints internal and external issues as list at the end
      • BRIEF - prints internal issues in INLINE and external as list at the end
      • prepare documentation on Maven site with explanation of common issues and what user can do with it

      Attachments

        Issue Links

          Activity

            People

              sjaranowski Slawomir Jaranowski
              sjaranowski Slawomir Jaranowski
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: