Exclude the idea project file when running rat

Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/2021fca7
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/2021fca7
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/2021fca7

Branch: refs/heads/master
Commit: 2021fca70f093e538a174588896d13da49e8de83
Parents: 9d6d3cb
Author: Willem Jiang <willem.ji...@gmail.com>
Authored: Wed Sep 3 10:45:08 2014 +0800
Committer: Willem Jiang <willem.ji...@gmail.com>
Committed: Wed Sep 3 10:45:08 2014 +0800

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/2021fca7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fdfa981..124c50b 100755
--- a/pom.xml
+++ b/pom.xml
@@ -184,7 +184,7 @@
                 <exclude>**/.*</exclude>
                 <exclude>**/.settings/**/*</exclude>
                 <exclude>**/*.iml</exclude>
-                <exclude>.idea/**/*</exclude>
+                <exclude>**/.idea/**/*</exclude>
                 <exclude>**/avro/**/*.avpr</exclude>
                 <exclude>**/OSGI-INF/bundle.info</exclude>
                 <exclude>**/test_rsa*</exclude>
@@ -295,7 +295,7 @@
                         <pathelement 
location="${basedir}/buildingtools/target/classes"/>
                         <pathelement 
location="${basedir}/buildingtools/src/main/resources"/>
                     </path>
-                    
+
                     <whichresource resource="/camel-eclipse-pmd" 
property="pmd.url" classpathref="buildtools.classpath" />
                     <whichresource resource="/camel-pmd-ruleset.xml" 
property="pmdruleset.url" classpathref="buildtools.classpath" />
                     <whichresource resource="/camel-eclipse-checkstyle" 
property="eclipse.checkstyle.url" classpathref="buildtools.classpath" />

Reply via email to