GERONIMO-6530 also exclude eml and bin files from RAT


git-svn-id: https://svn.apache.org/repos/asf/geronimo/genesis/trunk@1623062 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 80b0cb3..a68151d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -366,6 +366,8 @@
 
                         <exclude>**/*/XMLSchema.dtd</exclude>
                         <exclude>**/*/xml.xsd</exclude>
+                        <exclude>**/*/*.eml</exclude>
+                        <exclude>**/*/*.bin</exclude>
                     </excludes>
                 </configuration>
                 <executions>