ignore .java-version in rat plugin
Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/c88ac1ba Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/c88ac1ba Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/c88ac1ba Branch: refs/heads/slf4j-log4j2 Commit: c88ac1bad586f8d9f6ab8892a4590847f3759308 Parents: 4085814 Author: Olivier Lamy <ol...@apache.org> Authored: Sun Mar 15 22:33:52 2015 +1100 Committer: Olivier Lamy <ol...@apache.org> Committed: Sun Mar 15 22:33:52 2015 +1100 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/c88ac1ba/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 92fce44..8f7abb5 100644 --- a/pom.xml +++ b/pom.xml @@ -546,6 +546,7 @@ <exclude>README.bootstrap.txt</exclude> <exclude>.repository/**</exclude> <!-- jenkins with local maven repository --> <exclude>.maven/spy.log</exclude> <!-- hudson maven3 integration log --> + <exclude>.java-version</exclude> </excludes> </configuration> </plugin>