diff options
author | Jean-Baptiste Onofre <jbonofre@apache.org> | 2012-08-01 19:39:36 +0000 |
---|---|---|
committer | Jean-Baptiste Onofre <jbonofre@apache.org> | 2012-08-01 19:39:36 +0000 |
commit | e352f3edd3e07c045d07383aa34aeaed3011b393 (patch) | |
tree | 1283d7998ba0acea5858c2234b5efd1cdf41b03d /pom.xml | |
parent | a529a2bec2161e7626e395375bfaec5502c711e3 (diff) | |
download | archiva-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.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> |