You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2013/04/09 17:31:03 UTC

svn commit: r1466082 - /felix/trunk/ipojo/runtime/core-it/pom.xml

Author: clement
Date: Tue Apr  9 15:31:02 2013
New Revision: 1466082

URL: http://svn.apache.org/r1466082
Log:
Just exclude the target folder that may have been created during the it-tests from the RAT check.

Modified:
    felix/trunk/ipojo/runtime/core-it/pom.xml

Modified: felix/trunk/ipojo/runtime/core-it/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/core-it/pom.xml?rev=1466082&r1=1466081&r2=1466082&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/core-it/pom.xml (original)
+++ felix/trunk/ipojo/runtime/core-it/pom.xml Tue Apr  9 15:31:02 2013
@@ -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>