update-property
does not update the property defined in the parent POM
#997
Labels
update-property
does not update the property defined in the parent POM
#997
Hey all,
We have a use-case for
update-property
when the property is defined in the parent pom and the corresponding dependency is managed in the module.As an example, assume having a multimodule maven project:
and let's assume there's a
2.0.0.Final
version of this lib. Runninghas no effect on such POMs, since the property lives in a parent and the plugin only considers a current pom file for editing:
versions/versions-maven-plugin/src/main/java/org/codehaus/mojo/versions/AbstractVersionsUpdaterMojo.java
Line 476 in 6cd759c
Would it be possible to support such a case and update the property in the parent pom?
The text was updated successfully, but these errors were encountered: