diff options
author | Olivier Lamy <olamy@apache.org> | 2013-06-02 12:00:14 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2013-06-02 12:00:14 +0000 |
commit | b59d828ddc18015bdcf49fbfbd40dedfb1db52f9 (patch) | |
tree | a17289f3fa281cc4cc97ca184308e344f167abfa | |
parent | c2cfd1c900e3ad6ae4b42e2dc9a954d6ccb42b37 (diff) | |
download | archiva-b59d828ddc18015bdcf49fbfbd40dedfb1db52f9.tar.gz archiva-b59d828ddc18015bdcf49fbfbd40dedfb1db52f9.zip |
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
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -777,6 +777,7 @@ <exclude>.classpath</exclude> <exclude>.settings/**</exclude> <exclude>.site-content/**</exclude> + <exclude>.java-version</exclude> </excludes> </configuration> <executions> |