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

albumenj pushed a commit to branch 3.1
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.1 by this push:
     new 32c7674681 Add tmp exclude for rat (#10927)
32c7674681 is described below

commit 32c767468131d1b8b684f6e90956381119d8b006
Author: Albumen Kevin <[email protected]>
AuthorDate: Sat Nov 12 23:28:27 2022 +0800

    Add tmp exclude for rat (#10927)
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 7123f6053f..030215d7bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -674,6 +674,7 @@
                         <exclude>**/*.bat</exclude>
                         <exclude>**/*.md</exclude>
                         <exclude>.git/</exclude>
+                        <exclude>.tmp/</exclude>
                         <exclude>.gitignore</exclude>
                         <!-- ASF jenkins box puts the Maven repo in our root 
directory. -->
                         <exclude>.repository/</exclude>

Reply via email to