exclude bamboo file from rat

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1356443 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-07-02 19:58:13 +00:00
parent f8984f5ffe
commit 49d0f2651e
1 changed files with 1 additions and 0 deletions

View File

@ -847,6 +847,7 @@
<exclude>README.txt</exclude>
<exclude>*.sh</exclude>
<exclude>.git/**</exclude>
<exclude>build-number.txt</exclude>
</excludes>
</configuration>
<executions>