From f19fcf317292b4bfdb2503814620a5e8eab9cb0f Mon Sep 17 00:00:00 2001 From: kohsuke Date: Sun, 12 Aug 2007 20:40:58 +0000 Subject: [PATCH] making envrionment variables available as system properties. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@4230 71c3de6d-444a-0410-be80-ed276b4c234a --- .../MavenModuleSet/configure-entries.jelly | 2 +- .../maven/MavenModuleSet/help-goals.jelly | 17 +++++++++++++++++ war/resources/help/maven/goals.html | 16 ---------------- 3 files changed, 18 insertions(+), 17 deletions(-) create mode 100644 core/src/main/resources/hudson/maven/MavenModuleSet/help-goals.jelly delete mode 100644 war/resources/help/maven/goals.html diff --git a/core/src/main/resources/hudson/maven/MavenModuleSet/configure-entries.jelly b/core/src/main/resources/hudson/maven/MavenModuleSet/configure-entries.jelly index a537bd07af..fe1dadffba 100644 --- a/core/src/main/resources/hudson/maven/MavenModuleSet/configure-entries.jelly +++ b/core/src/main/resources/hudson/maven/MavenModuleSet/configure-entries.jelly @@ -30,7 +30,7 @@ - + diff --git a/core/src/main/resources/hudson/maven/MavenModuleSet/help-goals.jelly b/core/src/main/resources/hudson/maven/MavenModuleSet/help-goals.jelly new file mode 100644 index 0000000000..58e0915478 --- /dev/null +++ b/core/src/main/resources/hudson/maven/MavenModuleSet/help-goals.jelly @@ -0,0 +1,17 @@ + + +
+ Specify a whitespace-separated list of maven goals or phases to be executed, + such as "install javadoc:javadoc". If left unspecified, + the default goal + specified in the POM will be used, and if even that is unspecified, "install" + will be run. + +

+ This field can also include any other Maven options. Hudson also makes + these variables + available as system properties to builds. +

+
+
+
\ No newline at end of file diff --git a/war/resources/help/maven/goals.html b/war/resources/help/maven/goals.html deleted file mode 100644 index d0361e828a..0000000000 --- a/war/resources/help/maven/goals.html +++ /dev/null @@ -1,16 +0,0 @@ -
- Specify a whitespace-separated list of maven goals or phases to be executed, - such as "install javadoc:javadoc". If left unspecified, - the default goal - specified in the POM will be used, and if even that is unspecified, "install" - will be run. - -

- This field can also include any other Maven options. Hudson also makes the following - variables available to builds. - -

-
hudson.build.number
-
The current builder number
-
-
\ No newline at end of file -- GitLab