提交 e4376039 编写于 作者: K kohsuke

added help screen


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@7469 71c3de6d-444a-0410-be80-ed276b4c234a
上级 d4471c37
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
<f:entry title="Repository URL">
<f:entry title="Repository URL" help="/help/maven/redeploy-url.html">
<f:textbox name="redeploy.url" />
</f:entry>
<f:advanced>
<f:entry title="Repository ID">
<f:entry title="Repository ID" help="/help/maven/redeploy-id.html">
<f:textbox name="redeploy.id" />
</f:entry>
<f:entry>
<f:entry help="/help/maven/redeploy-uniqueVersion.html">
<f:checkbox name="redeploy.uniqueVersion"/>
<label class="attach-previous">Assign unique versions to snapshots</label>
</f:entry>
......
<div>
For some repository URL (such as <tt>scpexe</tt>), Maven may require
additional configuration (such as user name, executable path, etc.)
Maven wants you to specify this in <tt>~/.m2/settings.xml</tt> of
the user that runs Hudson, and this ID value is used to retrieve
the setting information from this file (that is, the &lt;server>
element with this ID value will be consulted for various
protocol-specific configuration values.)
<p>
See
<a href="http://maven.apache.org/plugins/maven-deploy-plugin/usage.html">the maven-deploy-plugin usage
page</a> for more details.
</div>
\ No newline at end of file
<div>
If checked, the deployment will assign timestamp-based unique version number
to the deployed artifacts, when their versions end with <tt>-SNAPSHOT</tt>.
<p>
To the best of my knowledge, this is almost never a useful option especially
for CI servers like Hudson.
</div>
\ No newline at end of file
<div>
Specify the URL of the Maven repository to deploy artifacts to,
such as <tt>scp://server.acme.org/export/home/maven/repository/</tt>
</div>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册