pin go-offline to 3.9.0#6959
Merged
Merged
Conversation
#6957 has failed numerous times. After some help from Claude, it appears that when you invoke a plugin by goal-prefix on the CLI like this, Maven resolves the latest released version. It does not reliably honor the <pluginManagement> version for a direct prefix invocation. maven-dependency-plugin 3.11.0 was released 2026-05-24. The last successful build of org.jenkins-ci:jenkins was in January 2026, when 3.9.0 was the available version, which is the pinned version in the parent POM. Going to test to see if pinning to 3.9.0 fixes the issue or not.
MarkEWaite
approved these changes
Jun 14, 2026
dduportal
added a commit
that referenced
this pull request
Jun 23, 2026
Avoid issues such as #6959 Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
dduportal
added a commit
that referenced
this pull request
Jun 23, 2026
Avoid issues such as #6959 Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
dduportal
added a commit
that referenced
this pull request
Jun 23, 2026
Avoid issues such as #6959 Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
dduportal
added a commit
that referenced
this pull request
Jun 23, 2026
Avoid issues such as #6959 Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
Contributor
|
After a bit or playing around, the error comes from the 3.11.0 release (3.10.0 works) and comes from apache/maven-dependency-plugin#1603. The error is: This plugin comes from https://github.com/jenkinsci/jenkins/blob/490402c541774a087eab605a07e6f11f8cb052e0/pom.xml#L223-L226 which version is specified in https://github.com/jenkinsci/pom/blob/45bc61c117083efcaf1074383c0d210e21941c4d/pom.xml#L127 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#6957 has failed numerous times. After some help from Claude, it appears that when you invoke a plugin by goal-prefix on the CLI like this, Maven resolves the latest released version. It does not reliably honor the version for a direct prefix invocation.
maven-dependency-plugin 3.11.0 was released 2026-05-24. The last successful build of org.jenkins-ci:jenkins was in January 2026, when 3.9.0 was the available version, which is the pinned version in the parent POM.
Going to test to see if pinning to 3.9.0 fixes the issue or not.
Testing done
none
Submitter checklist