提交 42f19e5f 编写于 作者: K kohsuke

added help screen.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@7870 71c3de6d-444a-0410-be80-ed276b4c234a
上级 dd8e8f7b
......@@ -31,7 +31,7 @@
<f:textbox name="rootPOM" value="${it.rootPOM}"
checkUrl="'checkRootPOM?value='+escape(this.value)" />
</f:entry>
<f:entry title="${%Goals}" help="help-goals">
<f:entry title="${%Goals}" help="/help/maven/goals.html">
<f:textbox name="goals" value="${it.userConfiguredGoals}"/>
</f:entry>
<f:advanced>
......
<div>
Specifies the goals to execute, such as "clean install" or "deploy".
This field can also accept any other command line options to Maven,
such as "-e" or "-Dmaven.test.skip=true".
</div>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册