[MNG-7793] Add generated-source metadata to Maven 4 APIs - #12958
Open
goutamadwant wants to merge 1 commit into
Open
[MNG-7793] Add generated-source metadata to Maven 4 APIs#12958goutamadwant wants to merge 1 commit into
goutamadwant wants to merge 1 commit into
Conversation
gnodet
requested changes
Aug 30, 2026
gnodet
left a comment
Contributor
There was a problem hiding this comment.
We need to target Maven 4.1.0, hence the model version 4.2.0.
Contributor
Author
|
Thanks @gnodet. Updated the |
Member
|
One more thing to address, please rebase and squash commits |
Signed-off-by: goutamadwant <workwithgoutam@gmail.com>
goutamadwant
force-pushed
the
feature/mng-7793-generated-source-metadata
branch
from
September 1, 2026 03:08
496cca0 to
3bf6edd
Compare
Contributor
Author
|
@slachiewicz Rebased onto the latest master and squashed the changes into a single signed commit. Thanks for the review.! |
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.
Fixes #9196
Summary
Add explicit generated-source metadata to Maven 4's source model and APIs so plugins can distinguish generated files without relying on directory naming conventions.
Implementation
generatedattribute toorg.apache.maven.api.model.Source.SourceRoot.ProjectManager.Verification
mvn --batch-mode verifyFollowing this checklist to help us incorporate your contribution quickly and easily:
mvn verifypasses.