-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix maven pom inheritance #32943
Fix maven pom inheritance #32943
Conversation
fa35cd8
to
768e7e5
Compare
768e7e5
to
1cd5fa1
Compare
Just a quick remark from my side: This appears very similar to the fix from Forgejo. Since versions are determined via the path parameter and not from the XML property, there doesn't seem to be a need to inherit the version from the parent. How would you handle parsing something like this: |
Not supported yet? |
It's totally okay to rely on the version provided by Maven as a path parameter, as it can contain parameters and be overridden by Maven using command-line options, such as |
Backport #32943 by wxiaoguang Fix #30568 At the moment, here only `GroupID` (no `Version`) is parsed & used Co-authored-by: wxiaoguang <[email protected]>
* giteaofficial/main: demilestone should not include milestone (go-gitea#32923) fix textarea newline handle (go-gitea#32966) Fix Azure blob object `Seek` (go-gitea#32974) Fix maven pom inheritance (go-gitea#32943) Refactor arch route handlers (go-gitea#32972) [skip ci] Updated translations via Crowdin Refactor tmpl and blob_excerpt (go-gitea#32967) Clarify path param naming (go-gitea#32969) Refactor getpatch/getdiff functions and remove unnecessary fallback (go-gitea#32817) Refactor request context (go-gitea#32956)
Fix #30568
At the moment, here only
GroupID
(noVersion
) is parsed & used