exclude all .java-version

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1567589 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2014-02-12 10:34:57 +00:00
parent d5dfe85111
commit ef64d102ad
1 changed files with 1 additions and 1 deletions

View File

@ -1865,7 +1865,7 @@
<exclude>.repository/**</exclude>
<exclude>*.patch</exclude>
<exclude>**/target/**</exclude>
<exclude>.java-version</exclude>
<exclude>**/.java-version</exclude>
<exclude>patch.diff</exclude>
</excludes>
</configuration>