sijie closed pull request #2035: Exclude a few files from apache-rat:check
URL: https://github.com/apache/incubator-pulsar/pull/2035
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/pom.xml b/pom.xml
index 309c1307c7..d2dec59504 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1027,6 +1027,10 @@ flexible messaging model and an intuitive client
API.</description>
<exclude>src/main/java/org/apache/pulsar/broker/service/schema/proto/SchemaRegistryFormat.java</exclude>
<exclude>bin/proto/MLDataFormats_pb2.py</exclude>
+ <!-- These files are BSD licensed files -->
+
<exclude>src/main/java/org/apache/pulsar/common/util/protobuf/ByteBufCodedInputStream.java</exclude>
+
<exclude>src/main/java/org/apache/pulsar/common/util/protobuf/ByteBufCodedOutputStream.java</exclude>
+
<!-- This is generated during maven build -->
<exclude>dependency-reduced-pom.xml</exclude>
@@ -1052,6 +1056,8 @@ flexible messaging model and an intuitive client
API.</description>
<exclude>**/*.htpasswd</exclude>
<exclude>src/test/resources/athenz.conf.test</exclude>
<exclude>deployment/terraform-ansible/templates/myid</exclude>
+ <exclude>certificate-authority/index.txt</exclude>
+ <exclude>certificate-authority/README.md</exclude>
<!-- Python requirements files -->
<exclude>**/requirements.txt</exclude>
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services