Repository: incubator-ranger Updated Branches: refs/heads/tag-policy eb8740380 -> 53ec707b3
RANGER-660: fix for missed license text error in sample JSON file Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/53ec707b Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/53ec707b Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/53ec707b Branch: refs/heads/tag-policy Commit: 53ec707b3ac67e5d84d3fb949682c48428ad7fdc Parents: eb87403 Author: Madhan Neethiraj <[email protected]> Authored: Mon Sep 28 12:04:58 2015 -0700 Committer: Madhan Neethiraj <[email protected]> Committed: Mon Sep 28 12:04:58 2015 -0700 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/53ec707b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 002885a..7ebf0cf 100644 --- a/pom.xml +++ b/pom.xml @@ -501,6 +501,7 @@ <exclude>**/patchprocess/**</exclude> <exclude>**/test/resources/**</exclude> <exclude>**/main/resources/**/*.json</exclude> + <exclude>**/samples/**/*.json</exclude> <exclude>**/.externalToolBuilders/*</exclude> <exclude>*.patch</exclude> <exclude>atlassian-ide-plugin.xml</exclude>
