You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2020/06/09 23:13:51 UTC

[pulsar] branch master updated: Fix apache rat check (#7225)

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

penghui 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 5d78a2d  Fix apache rat check (#7225)
5d78a2d is described below

commit 5d78a2d6025c3d085c363a6bc6eef643b50a5eb3
Author: lipenghui <pe...@apache.org>
AuthorDate: Wed Jun 10 07:13:41 2020 +0800

    Fix apache rat check (#7225)
---
 pom.xml                |  3 +++
 pulsar-flink/README.md | 21 +++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/pom.xml b/pom.xml
index 430e1c3..4120419 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1394,6 +1394,8 @@ flexible messaging model and an intuitive client API.</description>
             <exclude>pulsar-client-go/go.sum</exclude>
             <exclude>pulsar-function-go/go.mod</exclude>
             <exclude>pulsar-function-go/go.sum</exclude>
+            <exclude>pulsar-function-go/examples/go.mod</exclude>
+            <exclude>pulsar-function-go/examples/go.sum</exclude>
 
             <!-- This file is using ZLib license -->
             <exclude>pulsar-client-cpp/lib/checksum/crc32c_sw.cc</exclude>
@@ -1426,6 +1428,7 @@ flexible messaging model and an intuitive client API.</description>
 
             <!-- Configuration Templates -->
             <exclude>conf/schema_example.conf</exclude>
+            <exclude>**/templates/*.tpl</exclude>
 
             <!-- helm files -->
             <exclude>**/.helmignore</exclude>
diff --git a/pulsar-flink/README.md b/pulsar-flink/README.md
index 7225969..f970a55 100644
--- a/pulsar-flink/README.md
+++ b/pulsar-flink/README.md
@@ -1,3 +1,24 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
+
 # Pulsar Flink Connector
 
 This Pulsar Flink connector is superseded by a newer version of [pulsar-flink](https://flink-packages.org/packages/pulsar-flink-connector)