You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rc...@apache.org on 2020/02/28 03:12:33 UTC

[james-project] 03/06: JAMES-3077 Ignore MANIFEST.MF in RAT

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

commit a061fa56b35d8dac3ba7cef9f7192eeedf1d9c5e
Author: Gautier DI FOLCO <gd...@linagora.com>
AuthorDate: Wed Feb 26 14:24:06 2020 +0100

    JAMES-3077 Ignore MANIFEST.MF in RAT
---
 mailet/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mailet/pom.xml b/mailet/pom.xml
index 800019f..931041f 100644
--- a/mailet/pom.xml
+++ b/mailet/pom.xml
@@ -82,6 +82,7 @@
                                 <exclude>NOTICE.*</exclude>
                                 <exclude>LICENSE.*</exclude>
                                 <!-- Generated by Maven -->
+                                <exclude>**/MANIFEST.MF</exclude>
                                 <exclude>release.properties</exclude>
                                 <exclude>dist/**/*</exclude>
                                 <!-- Eclipse -->


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org