This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-mime4j.git
commit 3aa29d376e6d80ba82e9eccf3a323f3b3b1316d3 Author: Benoit Tellier <[email protected]> AuthorDate: Thu Jun 24 17:00:46 2021 +0700 [EXAMPLES] RAT exceptions for newly added example resources --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 143c76e..87f2322 100644 --- a/pom.xml +++ b/pom.xml @@ -173,6 +173,8 @@ <exclude>**/test/resources/mimetools-testmsgs/*</exclude> <exclude>**/test/resources/test-1/*</exclude> <exclude>**/test/resources/*.msg</exclude> + <exclude>**/main/resources/*.msg</exclude> + <exclude>**/main/resources/mbox-example/*</exclude> <!-- Generated by Maven --> <exclude>release.properties</exclude> <exclude>dist/**/*</exclude> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
