You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by si...@apache.org on 2017/08/02 06:18:15 UTC

[bookkeeper] branch master updated: ISSUE #351: Apache rat check failed on master

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/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 610b603  ISSUE #351: Apache rat check failed on master
610b603 is described below

commit 610b603a34c0d7fbea151f7d1fd4951a6db1ac9b
Author: Jia Zhai <zh...@gmail.com>
AuthorDate: Tue Aug 1 23:18:08 2017 -0700

    ISSUE #351: Apache rat check failed on master
    
    Descriptions of the changes in this PR:
    
    Excludes cacerts from apache-rat check
    
    Author: Jia Zhai <zh...@gmail.com>
    
    Reviewers: Sijie Guo <si...@apache.org>
    
    This closes #352 from zhaijack/fix_rat_issue, closes #351
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 613c4cf..041584a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -238,6 +238,7 @@
             <exclude>**/.project</exclude>
             <exclude>**/.settings/*</exclude>
             <exclude>site/**</exclude>
+            <exclude>**/cacerts</exclude>
           </excludes>
         </configuration>
       </plugin>

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