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:18 UTC

[incubator-iotdb] branch print_asf_rat_lost_on_console created (now f888966)

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

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


      at f888966  print apache-rat violation result on console

This branch includes the following new commits:

     new f888966  print apache-rat violation result on console

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by hx...@apache.org.
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>