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-project.git
commit 525860d4096a3ac523f678c7dbba855514275228 Author: Benoit Tellier <[email protected]> AuthorDate: Tue Sep 10 12:11:58 2019 +0700 JAMES-2893 Fix a RAT failure --- mailet/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/mailet/pom.xml b/mailet/pom.xml index 22431b2..4c1511b 100644 --- a/mailet/pom.xml +++ b/mailet/pom.xml @@ -87,6 +87,7 @@ <phase>verify</phase> <configuration> <excludes> + <exclude>test-run.log</exclude> <exclude>NOTICE.*</exclude> <exclude>LICENSE.*</exclude> <!-- Generated by Maven --> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
