This is an automated email from the ASF dual-hosted git repository. penghui pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit 3771dd1adbbba092b9d86046b8d2ca97714ce2d5 Author: lipenghui <[email protected]> AuthorDate: Sun Nov 22 14:09:54 2020 +0800 Fix apache rat check issue. (#8665) Fix apache rat check issue. (cherry picked from commit 72b9f5d96ca19c358afd83952eed7ab7ebe61e5d) --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 497e32d..ea46294 100644 --- a/pom.xml +++ b/pom.xml @@ -1467,6 +1467,8 @@ flexible messaging model and an intuitive client API.</description> <!-- This file is using ZLib license --> <exclude>pulsar-client-cpp/lib/checksum/crc32c_sw.cc</exclude> + <!-- This file is generated by c++ client --> + <exclude>pulsar-client-cpp/generated/**</exclude> <!-- This is a text property file that contains just a class name --> <exclude>**/META-INF/services/com.scurrilous.circe.HashProvider</exclude> <exclude>**/META-INF/services/io.prestosql.spi.Plugin</exclude>
