]> source.dussan.org Git - archiva.git/commitdiff
exclude .idea content from rat
authorOlivier Lamy <olamy@apache.org>
Thu, 5 Jul 2012 21:42:08 +0000 (21:42 +0000)
committerOlivier Lamy <olamy@apache.org>
Thu, 5 Jul 2012 21:42:08 +0000 (21:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1357946 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index d039c0493e6bba0504221691566bab6f8eefb154..d7e3ac3db7c01222eb08f7256764e9849335aa18 100644 (file)
--- a/pom.xml
+++ b/pom.xml
               <exclude>src/test/resources/projects/compile/goal.txt</exclude>
               <exclude>**/*.iml</exclude>
               <exclude>build-number.txt</exclude>
+              <exclude>.idea/**</exclude>
             </excludes>
           </configuration>
         </plugin>