[ https://issues.apache.org/jira/browse/RAT-317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17718307#comment-17718307 ]
ASF subversion and git services commented on RAT-317: ----------------------------------------------------- Commit f3adcf093d97e0afafdaeff2020b54a59c7f91e6 in creadur-rat's branch refs/heads/master from P. Ottlinger [ https://gitbox.apache.org/repos/asf?p=creadur-rat.git;h=f3adcf09 ] Merge pull request #142 from garydgregory/RAT-317-gdg RAT-317: Maven plugin is too chatty > 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 > Priority: Major > > 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} > PR: https://github.com/apache/creadur-rat/pull/142 -- This message was sent by Atlassian Jira (v8.20.10#820010)