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

rcordier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


The following commit(s) were added to refs/heads/master by this push:
     new 07773ec  JAMES-3016 Ignore resource files during apache-rat check
07773ec is described below

commit 07773ecf062c2ba7539ce7e6ce82f50c700ef84b
Author: Tran Tien Duc <[email protected]>
AuthorDate: Mon Feb 3 17:06:44 2020 +0700

    JAMES-3016 Ignore resource files during apache-rat check
---
 mailet/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mailet/pom.xml b/mailet/pom.xml
index 6621800..800019f 100644
--- a/mailet/pom.xml
+++ b/mailet/pom.xml
@@ -94,6 +94,7 @@
                                 <exclude>**/*.ics</exclude>
                                 <exclude>**/*.mime</exclude>
                                 <exclude>**/*.eml</exclude>
+                                <exclude>**/*.txt</exclude>
                                 <exclude>src/site/**</exclude>
                             </excludes>
                         </configuration>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to