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 08:03:32 UTC

[distributedlog] branch master updated: ISSUE #219: Exclude files under target directory from apache-rat check

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 298a23b  ISSUE #219: Exclude files under target directory from apache-rat check
298a23b is described below

commit 298a23b1602e88dae786b9ac4916a22149ef9d6a
Author: Jia Zhai <zh...@apache.org>
AuthorDate: Mon Oct 23 01:03:25 2017 -0700

    ISSUE #219: Exclude files under target directory from apache-rat check
    
    Descriptions of the changes in this PR:
    
    The problem is distributedlog-client and distributedlog-service have been renamed to distributedlog-proxy-client and distributedlog-proxy-server. so those files don't belong to any active modules, so they are not excluded automatically. exclude them manually.
    
    Author: Jia Zhai <zh...@apache.org>
    
    Reviewers: Sijie Guo <si...@apache.org>
    
    This closes #220 from zhaijack/exclude_files_under_targets, closes #219
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 0a79de6..bd93cfc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -242,6 +242,7 @@
             <exclude>**/dependency-reduced-pom.xml</exclude>
             <exclude>**/org/apache/distributedlog/thrift/*</exclude>
             <exclude>**/logs/*.log</exclude>
+            <exclude>**/target/*</exclude>
             <!-- Git -->
             <exclude>.git/**/*</exclude>
             <exclude>.github/**/*</exclude>

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