fix: keep distributionManagement in flattened pom#1958
Conversation
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
There was a problem hiding this comment.
Code Review
This pull request updates the pom.xml configuration to preserve the distributionManagement element during POM flattening, ensuring that the central-publishing plugin can resolve the snapshot repository during deployment. There are no review comments, and I have no additional feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1958 +/- ##
============================================
+ Coverage 92.27% 93.27% +1.00%
- Complexity 653 656 +3
============================================
Files 59 59
Lines 1592 1592
Branches 179 179
============================================
+ Hits 1469 1485 +16
+ Misses 76 62 -14
+ Partials 47 45 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|



Follow-up to #1951. Flatten was stripping
<distributionManagement>, which broke the snapshot deploy inon-merge(central-publishing falls back to it for the snapshots URL).