Repository: incubator-ranger Updated Branches: refs/heads/master 8f07737f9 -> 6f7587154
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/master Commit: 6f7587154d977290fe8b39ffecef5cd793eb0000 Parents: 8f07737 Author: Velmurugan Periasamy <[email protected]> Authored: Thu Oct 15 23:47:53 2015 -0400 Committer: Velmurugan Periasamy <[email protected]> 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>
