From bdb6c4f593a2ab0ad07f27a70e6f298600edfddf Mon Sep 17 00:00:00 2001 From: kohsuke Date: Sun, 23 Sep 2007 18:53:24 +0000 Subject: [PATCH] perform macro expansion. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@4909 71c3de6d-444a-0410-be80-ed276b4c234a --- war/resources/help/project-config/maven.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/war/resources/help/project-config/maven.html b/war/resources/help/project-config/maven.html index 74242e3a3e..415a949998 100644 --- a/war/resources/help/project-config/maven.html +++ b/war/resources/help/project-config/maven.html @@ -6,5 +6,9 @@

Hudson passes - various environment variables to Maven, which you can acecss from Maven by doing "${env.VARIABLENAME}" + various environment variables to Maven, which you can acecss from Maven as "${env.VARIABLENAME}". + +

+ The same variables can be used in the command-line argument (as if you are invoking this from shell.) + For example, you can specify -DresultsFile=${WORKSPACE}/${BUILD_TAG}.results.txt \ No newline at end of file -- GitLab