Repository: incubator-ranger Updated Branches: refs/heads/master 4a0d467d9 -> 78c61a601
RANGER-234: modified to add specific path for running JUNIT testcases Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/78c61a60 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/78c61a60 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/78c61a60 Branch: refs/heads/master Commit: 78c61a601fb9ca93f9389b3b633e44f6594b6355 Parents: 4a0d467 Author: sneethiraj <[email protected]> Authored: Fri Feb 27 14:55:45 2015 -0800 Committer: sneethiraj <[email protected]> Committed: Fri Feb 27 14:55:45 2015 -0800 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/78c61a60/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index be555eb..b2a955d 100644 --- a/pom.xml +++ b/pom.xml @@ -308,6 +308,7 @@ <artifactId>maven-surefire-plugin</artifactId> <version>2.17</version> <configuration> + <argLine>-Djava.library.path=${hadoop.library.path}${path.separator}${java.library.path}"</argLine> <skipTests>${skipTests}</skipTests> <encoding>UTF-8</encoding> <systemProperties>
