You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by ma...@apache.org on 2015/10/28 17:00:01 UTC

[25/50] [abbrv] incubator-ranger git commit: RANGER-660: fix for missed license text error in sample JSON file

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/master
Commit: 53ec707b3ac67e5d84d3fb949682c48428ad7fdc
Parents: eb87403
Author: Madhan Neethiraj <ma...@apache.org>
Authored: Mon Sep 28 12:04:58 2015 -0700
Committer: Madhan Neethiraj <ma...@apache.org>
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>