Avoid failing on missing license for EML files in Mailet sub-project
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/4df51a5a Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/4df51a5a Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/4df51a5a Branch: refs/heads/master Commit: 4df51a5a0d4a8d500b6859ab6a73a8968d46c485 Parents: 9aac14e Author: Benoit Tellier <[email protected]> Authored: Tue Oct 30 13:59:49 2018 +0700 Committer: Benoit Tellier <[email protected]> Committed: Wed Oct 31 08:48:29 2018 +0700 ---------------------------------------------------------------------- mailet/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/4df51a5a/mailet/pom.xml ---------------------------------------------------------------------- diff --git a/mailet/pom.xml b/mailet/pom.xml index 722fc87..fd2168d 100644 --- a/mailet/pom.xml +++ b/mailet/pom.xml @@ -106,6 +106,7 @@ <exclude>**/*.iml</exclude> <exclude>**/*.ics</exclude> <exclude>**/*.mime</exclude> + <exclude>**/*.eml</exclude> <exclude>src/site/**</exclude> </excludes> </configuration> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
