exclude .java-version from rat check

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1488688 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2013-06-02 12:00:14 +00:00
parent c2cfd1c900
commit b59d828ddc
1 changed files with 1 additions and 0 deletions

View File

@ -777,6 +777,7 @@
<exclude>.classpath</exclude>
<exclude>.settings/**</exclude>
<exclude>.site-content/**</exclude>
<exclude>.java-version</exclude>
</excludes>
</configuration>
<executions>