You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ck...@apache.org on 2022/01/07 02:59:51 UTC

[logging-log4j2] branch master updated: Use apache-rat-plugin's consoleOutput (and upgrade straggler versions)

This is an automated email from the ASF dual-hosted git repository.

ckozak pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/master by this push:
     new 8954ced  Use apache-rat-plugin's consoleOutput (and upgrade straggler versions)
8954ced is described below

commit 8954ced9e870b88e7bc42b027aefd5737fba4605
Author: Michael Vorburger <vo...@google.com>
AuthorDate: Wed Jan 5 21:16:38 2022 +0100

    Use apache-rat-plugin's consoleOutput (and upgrade straggler versions)
    
    See https://issues.apache.org/jira/browse/RAT-294,
    and https://github.com/apache/logging-log4j2/pull/653.
---
 log4j-bom/pom.xml | 2 +-
 pom.xml           | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/log4j-bom/pom.xml b/log4j-bom/pom.xml
index 0786a94..cefb284 100644
--- a/log4j-bom/pom.xml
+++ b/log4j-bom/pom.xml
@@ -276,7 +276,7 @@
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
-        <version>0.12</version>
+        <version>0.13</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
diff --git a/pom.xml b/pom.xml
index 6e9b535..b6603a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1433,6 +1433,7 @@
         <artifactId>apache-rat-plugin</artifactId>
         <version>${rat.plugin.version}</version>
         <configuration>
+          <consoleOutput>true</consoleOutput>
           <excludes>
             <!-- Matches other RAT configurations in this POM -->
             <exclude>src/main/resources/META-INF/services/**/*</exclude>
@@ -1637,6 +1638,7 @@
         <artifactId>apache-rat-plugin</artifactId>
         <version>${rat.plugin.version}</version>
         <configuration>
+          <consoleOutput>true</consoleOutput>
           <excludes>
             <!-- Matches other RAT configurations in this POM -->
             <exclude>src/main/resources/META-INF/services/**/*</exclude>
@@ -1842,6 +1844,7 @@
             <artifactId>apache-rat-plugin</artifactId>
             <version>${rat.plugin.version}</version>
             <configuration>
+              <consoleOutput>true</consoleOutput>
               <excludes>
                 <!-- Matches other RAT configurations in this POM -->
                 <exclude>src/main/resources/META-INF/services/**/*</exclude>