Skip to content

Commit

Permalink
Test compress-artifacts with commons-compress-api dependency
Browse files Browse the repository at this point in the history
jenkinsci/compress-artifacts-plugin#30 is the
pull request that generated this incremental build.

jenkinsci#1860 is the
pull request that discovered the issue.

jenkinsci/jenkins#9958 is the pull request that
removed commons compress from Jenkins weekly 2.489.
  • Loading branch information
MarkEWaite committed Dec 10, 2024
1 parent c215a36 commit f92ee05
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,10 @@ and
</systemPropertyVariables>
<!-- SUREFIRE-1588 workaround; too late for systemProperties: -->
<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/compress-artifacts.hpi</LOCAL_JARS>
</environmentVariables>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -810,6 +814,13 @@ and
<version>${jenkins.version}</version>
<type>war</type>
</artifactItem>
<!-- TODO https://github.com/jenkinsci/compress-artifacts-plugin/pull/30 -->
<artifactItem>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>compress-artifacts</artifactId>
<version>111.vc48158612994</version>
<type>hpi</type>
</artifactItem>
</artifactItems>
<outputDirectory>${project.build.directory}</outputDirectory>
<stripVersion>true</stripVersion>
Expand Down

0 comments on commit f92ee05

Please # to comment.