Just exclude the target folder that may have been created during the it-tests from the RAT check.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1466082 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/runtime/core-it/pom.xml b/ipojo/runtime/core-it/pom.xml
index 06bacd6..9cc5722 100644
--- a/ipojo/runtime/core-it/pom.xml
+++ b/ipojo/runtime/core-it/pom.xml
@@ -76,6 +76,7 @@
                     <excludes>
                         <exclude>src/main/appended-resources/**</exclude>
                         <exclude>**/*.iml</exclude> <!-- Exclude iml files -->
+                        <exclude>src/it/*/target/**/*</exclude> <!-- Exclude sub target folders -->
                     </excludes>
                 </configuration>
             </plugin>