Skip to content

Commit

Permalink
[JENKINS-73879] Remove inline JS for rootPOM validation (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslavafenkin authored Oct 23, 2024
1 parent 7919636 commit d9360dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ THE SOFTWARE.
</j:if>
<f:entry title="${%Root POM}" help="/plugin/maven-plugin/root-pom.html">
<f:textbox name="rootPOM" value="${it.rootPOM}"
checkUrl="'checkFileInWorkspace?value='+escape(this.value)" />
checkUrl="checkFileInWorkspace" checkDependsOn="" />
</f:entry>
<f:entry title="${%Goals and options}" help="/plugin/maven-plugin/goals.html">
<f:textbox name="goals" value="${it.userConfiguredGoals}"/>
Expand Down

0 comments on commit d9360dc

Please sign in to comment.