Repository: incubator-ranger
Updated Branches:
  refs/heads/master 75783f728 -> 982a3cb90


RANGER-377: added double quote around the java.library.path variable assignment


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

Branch: refs/heads/master
Commit: efc2c12d53267cdee89ec0500c7a1b5bf2e55b86
Parents: 52ae981
Author: sneethiraj <[email protected]>
Authored: Tue Apr 7 10:46:17 2015 -0400
Committer: sneethiraj <[email protected]>
Committed: Tue Apr 7 10:46:17 2015 -0400

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/efc2c12d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 09899c6..378c640 100644
--- a/pom.xml
+++ b/pom.xml
@@ -344,7 +344,7 @@
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.17</version>
         <configuration>
-           
<argLine>-Djava.library.path=${hadoop.library.path}${path.separator}${java.library.path}</argLine>
+           
<argLine>-Djava.library.path="${hadoop.library.path}${path.separator}${java.library.path}"</argLine>
            <skipTests>${skipTests}</skipTests>
            <encoding>UTF-8</encoding>
            <systemProperties>

Reply via email to