exasol / project-keeper

This maven plugin checks and unifies a project's structure according to the Exasol integration team's repository standards.
MIT License
3 stars 1 forks source link

Automatic dependency update generates large diff in `pom.xml` #553

Closed kaklakariada closed 6 months ago

kaklakariada commented 6 months ago

The automatic dependency update process increments the version number in pom.xml. During this process, all comments and formatting of the XML file is lost, see this commit for example.

When incrementing the version, PK must only modify the relevant part of the pom and not remove comments.