From f05c47fc2bd42cd21e19380115a4bb80dd823c81 Mon Sep 17 00:00:00 2001 From: kohsuke Date: Wed, 12 Nov 2008 20:19:07 +0000 Subject: [PATCH] added help git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@13214 71c3de6d-444a-0410-be80-ed276b4c234a --- core/src/main/resources/hudson/tasks/Maven/config.jelly | 6 +++--- war/resources/help/tasks/maven/properties.html | 8 ++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 war/resources/help/tasks/maven/properties.html diff --git a/core/src/main/resources/hudson/tasks/Maven/config.jelly b/core/src/main/resources/hudson/tasks/Maven/config.jelly index 1171ccd5d0..12421de868 100644 --- a/core/src/main/resources/hudson/tasks/Maven/config.jelly +++ b/core/src/main/resources/hudson/tasks/Maven/config.jelly @@ -13,13 +13,13 @@ - + - + - + diff --git a/war/resources/help/tasks/maven/properties.html b/war/resources/help/tasks/maven/properties.html new file mode 100644 index 0000000000..6c8b8b69aa --- /dev/null +++ b/war/resources/help/tasks/maven/properties.html @@ -0,0 +1,8 @@ +
+ Properties needed by your Maven build can be specified here (in the standard properties file format): +
# comment
+name1=value1
+name2=value2
+
+ These are passed to Maven like "-Dname1=value1 -Dname2=value2" +
-- GitLab