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/47473aa1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/47473aa1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/47473aa1 Branch: refs/heads/master Commit: 47473aa13e07e50fdd793191f69df36a31f88bd8 Parents: 0b24aee Author: Steve Loughran <[email protected]> Authored: Mon Nov 10 20:16:06 2014 +0000 Committer: Steve Loughran <[email protected]> Committed: Mon Nov 10 22:48:09 2014 +0000 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/47473aa1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2689abf..2898995 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>
