Repository: incubator-ranger Updated Branches: refs/heads/ranger-0.5 c82c0c8c5 -> c0a5f531e
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/c0a5f531 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/c0a5f531 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/c0a5f531 Branch: refs/heads/ranger-0.5 Commit: c0a5f531e32c84fe8345e17b47b02991bae9043d Parents: c82c0c8 Author: Velmurugan Periasamy <[email protected]> Authored: Thu Oct 15 23:47:53 2015 -0400 Committer: Velmurugan Periasamy <[email protected]> Committed: Fri Oct 16 14:16:16 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/c0a5f531/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/c0a5f531/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>
