summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJean-Baptiste Onofre <jbonofre@apache.org>2012-08-01 19:39:36 +0000
committerJean-Baptiste Onofre <jbonofre@apache.org>2012-08-01 19:39:36 +0000
commite352f3edd3e07c045d07383aa34aeaed3011b393 (patch)
tree1283d7998ba0acea5858c2234b5efd1cdf41b03d /pom.xml
parenta529a2bec2161e7626e395375bfaec5502c711e3 (diff)
downloadarchiva-e352f3edd3e07c045d07383aa34aeaed3011b393.tar.gz
archiva-e352f3edd3e07c045d07383aa34aeaed3011b393.zip
Exclude IntelliJ Idea and Eclipse file from the rat configuration
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1368214 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index d2996e481..8985164ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -768,6 +768,12 @@
<exclude>*.sh</exclude>
<exclude>.git/**</exclude>
<exclude>build-number.txt</exclude>
+ <!-- IntelliJ IDEA files -->
+ <exclude>.idea/**</exclude>
+ <!-- Eclipse files -->
+ <exclude>.project</exclude>
+ <exclude>.classpath</exclude>
+ <exclude>.settings</exclude>
</excludes>
</configuration>
<executions>