fedora-java / javapackages

Macros and scripts for Java packaging support
Other
7 stars 15 forks source link

%pom_change_dep ignores extra-XML #82

Closed jamesjer closed 3 years ago

jamesjer commented 4 years ago

At least it does when the artifact isn't changed. I tried to do something like this:

%pom_change_dep group:artifact group:artifact path-to-pom '\<new xml>'

The command appeared to succeed, but pom.xml was unchanged. The pom_change_dep function in pom_editor.py does not appear to do anything with the xml_string parameter.