You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@creadur.apache.org by "Gary D. Gregory (Jira)" <ji...@apache.org> on 2023/05/01 13:32:00 UTC

[jira] [Created] (RAT-317) Maven plugin is too chatty

Gary D. Gregory created RAT-317:
-----------------------------------

             Summary: Maven plugin is too chatty
                 Key: RAT-317
                 URL: https://issues.apache.org/jira/browse/RAT-317
             Project: Apache Rat
          Issue Type: Improvement
    Affects Versions: 0.15
         Environment: Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8)
Maven home: C:\java\apache-maven-3.9.1
Java version: 1.8.0_362, vendor: Temurin, runtime: C:\Program Files\Eclipse Adoptium\jdk-8.0.362.9-hotspot\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"

            Reporter: Gary D. Gregory


IMO, instead of:
{noformat}
[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.
{noformat}
The info logging should be one line with the rest at the DEBUG level:
{noformat}
[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.
{noformat}




--
This message was sent by Atlassian Jira
(v8.20.10#820010)