Repository: hama Updated Branches: refs/heads/master 3ee433413 -> 5635fff7a
add mvn repository dir to ratcheck exclude list Project: http://git-wip-us.apache.org/repos/asf/hama/repo Commit: http://git-wip-us.apache.org/repos/asf/hama/commit/5635fff7 Tree: http://git-wip-us.apache.org/repos/asf/hama/tree/5635fff7 Diff: http://git-wip-us.apache.org/repos/asf/hama/diff/5635fff7 Branch: refs/heads/master Commit: 5635fff7ad187852669bec4a88ee7eb5bda3259d Parents: 3ee4334 Author: Edward J. Yoon <[email protected]> Authored: Tue Sep 22 12:44:08 2015 +0900 Committer: Edward J. Yoon <[email protected]> Committed: Tue Sep 22 12:44:08 2015 +0900 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hama/blob/5635fff7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b8dd75c..8cc94c6 100644 --- a/pom.xml +++ b/pom.xml @@ -413,6 +413,7 @@ <excludes> <exclude>.idea/**</exclude> <exclude>.git/**</exclude> + <exclude>.repository/**</exclude> <exclude>.gitignore</exclude> <exclude>**/.classpath/**</exclude> <exclude>**/.project</exclude>
