Verify the build against Maven 4 as well - #330
Merged
Merged
Conversation
Member
Author
|
The Maven 4 leg this enables is red for a reason unrelated to the workflow: Two other things worth folding in here, from reviewing the run:
I can push both to this branch if you would like. |
Adds maven4-enabled, which appends the Maven 4 version to the existing Maven 3 matrix rather than replacing it, so the plugin keeps being built and tested with Maven 3 and additionally gets checked against 4.0.0-rc-6. Part of finding out which Maven 3 plugins already build clean on Maven 4 ahead of the 4.0.0 GA. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
slachiewicz
force-pushed
the
ci-verify-maven4
branch
from
August 8, 2026 09:05
0d2fd40 to
3add4a5
Compare
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.
Adds
maven4-enabled: true, which appends 4.0.0-rc-6 to the existing Maven 3 matrix rather than replacing it — so the plugin keeps being built and tested with Maven 3 and additionally gets verified against Maven 4. The shared workflow also excludes the{jdk: 8, maven: 4.x}cell automatically, since Maven 4 needs JDK 17+.Part of establishing which Maven 3 plugins already build clean on Maven 4 ahead of the 4.0.0 GA. Same change as apache/maven-javadoc-plugin#1350. Context in apache/maven#12676.
If the Maven 4 cell turns out to fail, that is the useful result — better to know now than at GA.