Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Oct 11, 2024
1 parent 0c2bc3e commit 26cc561
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ and
<argLine>-Djdk.net.URLClassPath.disableClassPathURLCheck=true</argLine>
<environmentVariables>
<!-- Use local version of the plugin over the released one ATH would otherwise use -->
<LOCAL_JARS>target/maven-plugin.hpi</LOCAL_JARS>
<LOCAL_JARS>target/maven-plugin.hpi:target/script-security.hpi</LOCAL_JARS>
</environmentVariables>
</configuration>
</plugin>
Expand Down Expand Up @@ -821,6 +821,13 @@ and
<version>3.24-rc2459.92567fa_a_4b_65</version>
<type>hpi</type>
</artifactItem>
<!-- TODO https://github.com/jenkinsci/script-security-plugin/pull/582 -->
<artifactItem>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>script-security</artifactId>
<version>1365.v214d306837b_f</version>
<type>hpi</type>
</artifactItem>
</artifactItems>
<outputDirectory>${project.build.directory}</outputDirectory>
<stripVersion>true</stripVersion>
Expand Down

0 comments on commit 26cc561

Please sign in to comment.