Update rat exclusions

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1687552 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/mail-archive/james-wrapper/pom.xml b/mail-archive/james-wrapper/pom.xml
index 1f56fe0..cca1b62 100644
--- a/mail-archive/james-wrapper/pom.xml
+++ b/mail-archive/james-wrapper/pom.xml
@@ -57,6 +57,15 @@
                     </instructions>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <configuration>
+                  <excludes>
+                    <exclude>src/test/resources/test-1/*</exclude>
+                  </excludes>
+                </configuration>
+            </plugin>            
         </plugins>
     </build>
     <dependencies>