RAT-242: Add exclusions for RAT itests


git-svn-id: https://svn.apache.org/repos/asf/creadur/rat/trunk@1821091 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/apache-rat-tasks/pom.xml b/apache-rat-tasks/pom.xml
index ccd95e9..094c421 100644
--- a/apache-rat-tasks/pom.xml
+++ b/apache-rat-tasks/pom.xml
@@ -130,6 +130,7 @@
             <excludes>
               <!-- This file does not have license header because it is used to test license headers -->
               <exclude>src/test/resources/antunit/index.apt</exclude>
+              <exclude>src/test/resources/org/example</exclude>
             </excludes>
           </configuration>
         </plugin>