Uploaded image for project: 'Apache Rat'
  1. Apache Rat
  2. RAT-317

Maven plugin is too chatty

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.15
    • 0.16
    • None
    • None

    Description

      IMO, instead of:

      [INFO] --- apache-rat:0.15:check (default-cli) @ commons-fileupload2-core ---
      [INFO] Enabled default license matchers.
      [INFO] Will parse SCM ignores for exclusions...
      [INFO] Parsing exclusions from C:\Users\ggregory\git\a\commons-fileupload\commons-fileupload2-core\.gitignore
      [INFO] Finished adding exclusions from SCM ignore files.
      [INFO] 63 implicit excludes.
      [INFO] 15 explicit excludes.
      [INFO] 46 resources included
      [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 46 licenses.
      

      The INFO logging should be one line with the rest at the DEBUG level:

      [INFO] --- apache-rat:0.15:check (default-cli) @ commons-fileupload2-core ---
      [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 46 licenses.
      

      PR: https://github.com/apache/creadur-rat/pull/142

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              ggregory Gary D. Gregory
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: