aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2013-06-02 12:00:14 +0000
committerOlivier Lamy <olamy@apache.org>2013-06-02 12:00:14 +0000
commitb59d828ddc18015bdcf49fbfbd40dedfb1db52f9 (patch)
treea17289f3fa281cc4cc97ca184308e344f167abfa
parentc2cfd1c900e3ad6ae4b42e2dc9a954d6ccb42b37 (diff)
downloadarchiva-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.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index b500bad54..b28c7f84a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -777,6 +777,7 @@
<exclude>.classpath</exclude>
<exclude>.settings/**</exclude>
<exclude>.site-content/**</exclude>
+ <exclude>.java-version</exclude>
</excludes>
</configuration>
<executions>