diff --git a/war/resources/help/project-config/maven.html b/war/resources/help/project-config/maven.html index 74242e3a3ecc857c132924e2b34ed3372a58bc19..415a94999898c66564ebebdebbf48ff7048ec512 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