exclude .java-version from rat

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1486412 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2013-05-26 12:30:27 +00:00
parent fab24d1e36
commit b049e1b50a
1 changed files with 1 additions and 0 deletions

View File

@ -1804,6 +1804,7 @@
<exclude>.repository/**</exclude> <exclude>.repository/**</exclude>
<exclude>*.patch</exclude> <exclude>*.patch</exclude>
<exclude>**/target/**</exclude> <exclude>**/target/**</exclude>
<exclude>.java-version</exclude>
</excludes> </excludes>
</configuration> </configuration>
</plugin> </plugin>