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
This commit is contained in:
parent
a529a2bec2
commit
e352f3edd3
6
pom.xml
6
pom.xml
|
@ -768,6 +768,12 @@
|
||||||
<exclude>*.sh</exclude>
|
<exclude>*.sh</exclude>
|
||||||
<exclude>.git/**</exclude>
|
<exclude>.git/**</exclude>
|
||||||
<exclude>build-number.txt</exclude>
|
<exclude>build-number.txt</exclude>
|
||||||
|
<!-- IntelliJ IDEA files -->
|
||||||
|
<exclude>.idea/**</exclude>
|
||||||
|
<!-- Eclipse files -->
|
||||||
|
<exclude>.project</exclude>
|
||||||
|
<exclude>.classpath</exclude>
|
||||||
|
<exclude>.settings</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
|
|
Loading…
Reference in New Issue