You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2019/04/20 07:11:19 UTC

[incubator-iotdb] 01/01: print apache-rat violation result on console

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

hxd pushed a commit to branch print_asf_rat_lost_on_console
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git

commit f888966e4959a2e20818b711d69df474c97a812b
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Sat Apr 20 15:10:40 2019 +0800

    print apache-rat violation result on console
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 13350d5..c38f220 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,6 +178,7 @@
                     <groupId>org.apache.rat</groupId>
                     <artifactId>apache-rat-plugin</artifactId>
                     <configuration>
+                        <consoleOutput>true</consoleOutput>
                         <excludes>
                             <!-- Git related files -->
                             <exclude>**/.git/**</exclude>