You are viewing a plain text version of this content. The canonical link for it is here.
Posted to distributedlog-commits@bookkeeper.apache.org by si...@apache.org on 2017/10/23 07:47:46 UTC

[distributedlog] branch master updated: ISSUE #217: Enable apache-rat check to output result to console

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

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/distributedlog.git


The following commit(s) were added to refs/heads/master by this push:
     new 3c2ff3b  ISSUE #217: Enable apache-rat check to output result to console
3c2ff3b is described below

commit 3c2ff3bcd6d6a9e66b824d050eb61ac2822e33f1
Author: Jia Zhai <zh...@apache.org>
AuthorDate: Mon Oct 23 00:47:40 2017 -0700

    ISSUE #217: Enable apache-rat check to output result to console
    
    Descriptions of the changes in this PR:
    
    - bump `apache-rat` to 0.12. since `outputConsole` is only supported since 0.12
    - enable `outputConsole` to dump the files that have unapproved licences.
    
    Author: Jia Zhai <zh...@apache.org>
    
    Reviewers: Sijie Guo <si...@apache.org>
    
    This closes #218 from zhaijack/output_ratcheck_results_to_console, closes #217
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 550215e..0a79de6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,7 +124,7 @@
     <stats-util.version>0.0.58</stats-util.version>
     <zookeeper.version>3.5.3-beta</zookeeper.version>
     <!-- plugin dependencies -->
-    <apache-rat-plugin.version>0.7</apache-rat-plugin.version>
+    <apache-rat-plugin.version>0.12</apache-rat-plugin.version>
     <cobertura-maven-plugin.version>2.7</cobertura-maven-plugin.version>
     <coveralls-maven-plugin.version>4.1.0</coveralls-maven-plugin.version>
     <findbugs-maven-plugin.version>3.0.3</findbugs-maven-plugin.version>
@@ -259,6 +259,7 @@
             <!-- Grafana -->
             <exclude>docker/grafana/dashboards/*.json</exclude>
           </excludes>
+          <consoleOutput>true</consoleOutput>
         </configuration>
       </plugin>
       <!-- Report jacoco coverage to coveralls.io -->

-- 
To stop receiving notification emails like this one, please contact
['"distributedlog-commits@bookkeeper.apache.org" <di...@bookkeeper.apache.org>'].