diff options
author | Olivier Lamy <olamy@apache.org> | 2014-02-12 10:34:57 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2014-02-12 10:34:57 +0000 |
commit | ef64d102ad229ff908b3ce7aa1d54d4a957a3015 (patch) | |
tree | a7fd3989b0f273b8d5c02c0fec10eea2cf1c9298 /pom.xml | |
parent | d5dfe851117f1f01e3015a8c7e05b8783a7bd53b (diff) | |
download | archiva-ef64d102ad229ff908b3ce7aa1d54d4a957a3015.tar.gz archiva-ef64d102ad229ff908b3ce7aa1d54d4a957a3015.zip |
exclude all .java-version
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1567589 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |