Author: jbonofre
Date: Wed Aug 1 20:04:07 2012
New Revision: 1368226
URL: http://svn.apache.org/viewvc?rev=1368226&view=rev
Log:
Update the rat configuration to exclude IntelliJ Idea and Eclipse files
Modified:
archiva/redback/redback-components/trunk/redback-components-parent/pom.xml
Modified:
archiva/redback/redback-components/trunk/redback-components-parent/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/redback-components-parent/pom.xml?rev=1368226&r1=1368225&r2=1368226&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/redback-components-parent/pom.xml
(original)
+++ archiva/redback/redback-components/trunk/redback-components-parent/pom.xml
Wed Aug 1 20:04:07 2012
@@ -193,6 +193,12 @@
<exclude>DEPENDENCIES</exclude>
<exclude>README.txt</exclude>
<exclude>*.sh</exclude>
+ <!-- exclude IntelliJ Idea files -->
+ <exclude>.idea/**</exclude>
+ <!-- exclude Eclipse files -->
+ <exclude>.project</exclude>
+ <exclude>.classpath</exclude>
+ <exclude>.settings</exclude>
</excludes>
</configuration>
<executions>