SLIDER-622 trying to automate adding path
Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/9b3fd8c0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/9b3fd8c0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/9b3fd8c0 Branch: refs/heads/develop Commit: 9b3fd8c0f33b77dc8afea4a888cfc5fb24bcaefe Parents: a8e17ab Author: Steve Loughran <[email protected]> Authored: Mon Nov 10 20:16:06 2014 +0000 Committer: Steve Loughran <[email protected]> Committed: Mon Nov 10 20:16:06 2014 +0000 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/9b3fd8c0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 33fc1ec..9db17b3 100644 --- a/pom.xml +++ b/pom.xml @@ -1327,7 +1327,7 @@ </os> </activation> <properties> - <test.env.path>${env.PATH}:{$project.basedir}\bin\windows\${hadoop.version}\bin}</test.env.path> + <test.env.path>${env.PATH}:${project.basedir}\bin\windows\${hadoop.version}\bin}</test.env.path> </properties> <modules> <module>app-packages/hbase-win</module>
