Author: blee
Date: Thu Aug  9 22:45:41 2012
New Revision: 1371524

URL: http://svn.apache.org/viewvc?rev=1371524&view=rev
Log:
SQOOP-545 Add IntelliJ IDEA files to RAT exclude

Modified:
    sqoop/branches/sqoop2/pom.xml

Modified: sqoop/branches/sqoop2/pom.xml
URL: 
http://svn.apache.org/viewvc/sqoop/branches/sqoop2/pom.xml?rev=1371524&r1=1371523&r2=1371524&view=diff
==============================================================================
--- sqoop/branches/sqoop2/pom.xml (original)
+++ sqoop/branches/sqoop2/pom.xml Thu Aug  9 22:45:41 2012
@@ -56,7 +56,7 @@ limitations under the License.
   </ciManagement>
 
   <inceptionYear>2011</inceptionYear>
-  
+
   <mailingLists>
     <mailingList>
       <name>sqoop-user</name>
@@ -185,6 +185,8 @@ limitations under the License.
                 <excludes>
                   <exclude>.git/</exclude>
                   <exclude>.gitignore</exclude>
+                  <exclude>.idea/</exclude>
+                  <exclude>*.iml</exclude>
                 </excludes>
               </configuration>
             </execution>


Reply via email to