You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by zh...@apache.org on 2019/06/26 09:57:11 UTC

[pulsar] branch master updated: Exclude go module configs check in apache-rat. (#4603)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a155daa  Exclude go module configs check in apache-rat. (#4603)
a155daa is described below

commit a155daa9e3012bedc53daa7b086253c84e538c28
Author: lipenghui <pe...@apache.org>
AuthorDate: Wed Jun 26 17:57:06 2019 +0800

    Exclude go module configs check in apache-rat. (#4603)
    
    Exclude go module configs check in apache-rat.
---
 distribution/server/src/assemble/src.xml | 1 +
 pom.xml                                  | 6 ++++++
 2 files changed, 7 insertions(+)

diff --git a/distribution/server/src/assemble/src.xml b/distribution/server/src/assemble/src.xml
index a32374e..0cdfdb3 100644
--- a/distribution/server/src/assemble/src.xml
+++ b/distribution/server/src/assemble/src.xml
@@ -78,6 +78,7 @@
         <exclude>**/python/dist/**</exclude>
         <exclude>**/pulsar-client-cpp/pkg/rpm/RPMS/**</exclude>
         <exclude>**/pulsar-client-cpp/pkg/rpm/SOURCES/**</exclude>
+        <exclude>**/pulsar-client-cpp/pkg/deb/BUILD/**</exclude>
         <exclude>**/python/wheelhouse/**</exclude>
         <exclude>**/python/MANIFEST</exclude>
         <exclude>**/*.egg-info/**</exclude>
diff --git a/pom.xml b/pom.xml
index 5aef8c9..427035c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1296,6 +1296,12 @@ flexible messaging model and an intuitive client API.</description>
             <!-- LZ4 code is under BSD 2-clause  -->
             <exclude>pulsar-client-cpp/lib/lz4/lz4.*</exclude>
 
+            <!-- These files is go module configs -->
+            <exclude>pulsar-client-go/go.mod</exclude>
+            <exclude>pulsar-client-go/go.sum</exclude>
+            <exclude>pulsar-function-go/go.mod</exclude>
+            <exclude>pulsar-function-go/go.sum</exclude>
+
             <!-- This file is using ZLib license -->
             <exclude>pulsar-client-cpp/lib/checksum/crc32c_sw.cc</exclude>