You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by vo...@apache.org on 2021/08/25 08:56:40 UTC

[rocketmq-flink] branch main updated: Let rat pass

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

vongosling pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-flink.git


The following commit(s) were added to refs/heads/main by this push:
     new 79f6dc2  Let rat pass
79f6dc2 is described below

commit 79f6dc25c9de009c6ff26ab17eb71ccb3eea7245
Author: vongosling <vo...@apache.org>
AuthorDate: Wed Aug 25 16:56:30 2021 +0800

    Let rat pass
---
 pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0675bb7..0f3f153 100644
--- a/pom.xml
+++ b/pom.xml
@@ -217,7 +217,10 @@
                 <version>0.12</version>
                 <configuration>
                     <excludes>
-                        <exclude>README.md</exclude>
+                        <exclude>.gitignore</exclude>
+                        <exclude>.travis.yml</exclude>
+                        <exclude>.asf.yaml</exclude>
+                        <exclude>README.md</exclude>>
                     </excludes>
                 </configuration>
             </plugin>