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/27 02:08:48 UTC

[30/33] incubator-ranger git commit: RANGER-652: Include ldapconfigcheck tool in main pom.xml

RANGER-652: Include ldapconfigcheck tool in main pom.xml


Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/6f758715
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/6f758715
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/6f758715

Branch: refs/heads/tag-policy
Commit: 6f7587154d977290fe8b39ffecef5cd793eb0000
Parents: 8f07737
Author: Velmurugan Periasamy <ve...@apache.org>
Authored: Thu Oct 15 23:47:53 2015 -0400
Committer: Velmurugan Periasamy <ve...@apache.org>
Committed: Thu Oct 15 23:47:53 2015 -0400

----------------------------------------------------------------------
 pom.xml                                            | 1 +
 ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/6f758715/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2ae8d3d..0ccf12e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,6 +92,7 @@
   <module>security-admin</module>
   <module>plugin-solr</module>
   <module>ugsync</module>
+  <module>ugsync/ldapconfigchecktool/ldapconfigcheck</module>
   <module>unixauthclient</module>
   <module>unixauthservice</module>
   <module>ranger-util</module>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/6f758715/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml
----------------------------------------------------------------------
diff --git a/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml b/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml
index a0971f2..4ac823f 100644
--- a/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml
+++ b/ugsync/ldapconfigchecktool/ldapconfigcheck/pom.xml
@@ -24,7 +24,7 @@
       <groupId>org.apache.ranger</groupId>
       <artifactId>ranger</artifactId>
       <version>0.5.0</version>
-	  <relativePath>..</relativePath>
+	  <relativePath>../../../pom.xml</relativePath>
     </parent>
 
     <artifactId>ldapconfigcheck</artifactId>