提交 f05c47fc 编写于 作者: K kohsuke

added help

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@13214 71c3de6d-444a-0410-be80-ed276b4c234a
上级 e7d684ae
......@@ -13,13 +13,13 @@
<f:expandableTextbox field="targets" />
</f:entry>
<f:advanced>
<f:entry title="${%POM}" help="/help/maven/maven-pom.html">
<f:entry title="${%POM}" help="/help/maven/root-pom.html">
<f:textbox field="pom"/>
</f:entry>
<f:entry title="${%Properties}" help="/help/maven/maven-properties.html">
<f:entry title="${%Properties}" help="/help/tasks/maven/properties.html">
<f:textarea field="properties"/>
</f:entry>
<f:entry title="${%JVM Options}" help="/help/maven/jvm-options.html">
<f:entry title="${%JVM Options}" help="/help/maven/maven-opts.html">
<f:expandableTextbox field="jvmOptions"/>
</f:entry>
</f:advanced>
......
<div>
Properties needed by your Maven build can be specified here (in the standard properties file format):
<pre># comment
name1=value1
name2=value2
</pre>
These are passed to Maven like <tt>"-Dname1=value1 -Dname2=value2"</tt>
</div>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册