FANNG1 opened a new pull request, #10456: URL: https://github.com/apache/gravitino/pull/10456
### What changes were proposed in this pull request? This PR overrides the artifact naming for . The shared build logic keeps using the default naming rule. For the updater module only, this PR explicitly sets: - to - jar to This fixes the duplicated jar name without changing the global naming convention for other modules. ### Why are the changes needed? The updater module currently produces a redundant artifact name because the module itself is already named . This results in: This PR fixes issue #10452 by overriding the artifact name only for this module. Fix: #10452 ### Does this PR introduce _any_ user-facing change? Yes. The built jar name for changes from: to: The published Maven artifactId for this module is also . ### How was this patch tested? Ran: Verified: - - - generated POM artifactId is -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
