You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by hu...@apache.org on 2022/03/29 04:31:50 UTC

[rocketmq-mqtt] 22/43: exclude .asf.yaml in apache rat check.

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

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

commit 66491f5879ab6142097a01a881579e67cea23180
Author: dinglei <li...@163.com>
AuthorDate: Thu Mar 10 20:43:14 2022 +0800

    exclude .asf.yaml in apache rat check.
    
    fix #13
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5b41946..6f9d09b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -156,6 +156,7 @@
                 <configuration>
                     <excludes>
                         <exclude>.travis.yml</exclude>
+                        <exclude>.asf.yaml</exclude>
                         <exclude>CONTRIBUTING.md</exclude>
                         <exclude>bin/README.md</exclude>
                         <exclude>.github/*</exclude>
@@ -181,4 +182,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>