提交 7bd13992 编写于 作者: A abayer

[FIXED HUDSON-3527] Maven plugin docs moved to maven-plugin

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20289 71c3de6d-444a-0410-be80-ed276b4c234a
上级 fbfffcc5
......@@ -37,13 +37,13 @@ THE SOFTWARE.
<f:expandableTextbox field="targets" />
</f:entry>
<f:advanced>
<f:entry title="${%POM}" help="/help/maven/root-pom.html">
<f:entry title="${%POM}" help="/plugin/maven-plugin/root-pom.html">
<f:textbox field="pom"/>
</f:entry>
<f:entry title="${%Properties}" help="/help/tasks/maven/properties.html">
<f:textarea field="properties"/>
</f:entry>
<f:entry title="${%JVM Options}" help="/help/maven/maven-opts.html">
<f:entry title="${%JVM Options}" help="/plugin/maven-plugin/maven-opts.html">
<f:expandableTextbox field="jvmOptions"/>
</f:entry>
</f:advanced>
......
......@@ -29,7 +29,7 @@ THE SOFTWARE.
<p:config-trigger />
<f:section title="${%Build}">
<f:entry title="${%Goals}" help="/help/maven/module-goals.html">
<f:entry title="${%Goals}" help="/plugin/maven-plugin/module-goals.html">
<f:textbox name="goals" value="${it.userConfiguredGoals}"/>
</f:entry>
</f:section>
......
......@@ -31,7 +31,7 @@ THE SOFTWARE.
<p:config-trigger>
<!-- setting to ignore upstream changes is done as a pseudo-trigger -->
<f:optionalBlock name="maven.triggerByDependency"
help="/help/maven/ignore-upstrem-changes.html"
help="/plugin/maven-plugin/ignore-upstrem-changes.html"
title="${%Build whenever a SNAPSHOT dependency is built}"
checked="${h.defaultToTrue(!it.ignoreUpstremChanges())}" />
<p:config-upstream-pseudo-trigger />
......@@ -58,26 +58,26 @@ THE SOFTWARE.
</select>
</f:entry>
</j:if>
<f:entry title="${%Root POM}" help="/help/maven/root-pom.html">
<f:entry title="${%Root POM}" help="/plugin/maven-plugin/root-pom.html">
<f:textbox name="rootPOM" value="${it.rootPOM}"
checkUrl="'checkRootPOM?value='+escape(this.value)" />
</f:entry>
<f:entry title="${%Goals and options}" help="/help/maven/goals.html">
<f:entry title="${%Goals and options}" help="/plugin/maven-plugin/goals.html">
<f:textbox name="goals" value="${it.userConfiguredGoals}"/>
</f:entry>
<f:advanced>
<f:entry title="MAVEN_OPTS" help="/help/maven/maven-opts.html">
<f:entry title="MAVEN_OPTS" help="/plugin/maven-plugin/maven-opts.html">
<f:expandableTextbox name="mavenOpts" value="${it.mavenOpts}" />
</f:entry>
<f:optionalBlock name="maven.incrementalBuild"
title="${%Incremental build - only build changed modules}"
help="/help/maven/incremental.html"
help="/plugin/maven-plugin/incremental.html"
checked="${it.isIncrementalBuild()}" />
<f:optionalBlock name="maven.perModuleBuild" title="${%Build modules in parallel}" help="/help/maven/aggregator.html"
<f:optionalBlock name="maven.perModuleBuild" title="${%Build modules in parallel}" help="/plugin/maven-plugin/aggregator.html"
checked="${!it.aggregatorStyleBuild}" />
<f:optionalBlock name="maven.usePrivateRepository" title="${%Use private Maven repository}" help="/help/maven/private-repository.html"
<f:optionalBlock name="maven.usePrivateRepository" title="${%Use private Maven repository}" help="/plugin/maven-plugin/private-repository.html"
checked="${it.usesPrivateRepository()}" />
<f:optionalBlock name="maven.blockBuildWhenUpstreamBuilding" title="${%Block build when dependency building}" help="/help/maven/block-upstream-building.html"
<f:optionalBlock name="maven.blockBuildWhenUpstreamBuilding" title="${%Block build when dependency building}" help="/plugin/maven-plugin/block-upstream-building.html"
checked="${it.blockBuildWhenUpstreamBuilding()}" />
</f:advanced>
</f:section>
......
......@@ -23,14 +23,14 @@ THE SOFTWARE.
-->
<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}" help="/help/maven/redeploy-url.html">
<f:entry title="${%Repository URL}" help="/plugin/maven-plugin/redeploy-url.html">
<f:textbox name="redeploy.url" value="${instance.url}" />
</f:entry>
<f:advanced>
<f:entry title="${%Repository ID}" help="/help/maven/redeploy-id.html">
<f:entry title="${%Repository ID}" help="/plugin/maven-plugin/redeploy-id.html">
<f:textbox name="redeploy.id" value="${instance.id}" />
</f:entry>
<f:entry help="/help/maven/redeploy-uniqueVersion.html">
<f:entry help="/plugin/maven-plugin/redeploy-uniqueVersion.html">
<f:checkbox name="redeploy.uniqueVersion" checked="${instance.uniqueVersion}" />
<label class="attach-previous">${%Assign unique versions to snapshots}</label>
</f:entry>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册