You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a Maven dependency uses a property in its artifactId or groupId, the writer does not find the original definition of the package and will end up creating a new section for the patch.
cuixq
changed the title
pom.xml updates aren't correct for packages that use a properties in their names
Fail to update Maven packages with properties in their names
Sep 11, 2024
If a Maven dependency uses a property in its
artifactId
orgroupId
, the writer does not find the original definition of the package and will end up creating a new section for the patch.e.g. Starting with this:
A patch to
com.xyz:foo
will end up looking like:Which, in this case, does not actually override the version of the package (despite the override claiming it would).
The text was updated successfully, but these errors were encountered: