Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
3.6.0
-
None
Description
in Maven 3.6.0, values of child.inherit.append.path are not inherited: they have to be explicitely defined in every child pom of they switch to default "true" value
these values should be inherited: once defined in a parent pom, every child should inherit from the value (and of course be able to override)
Note: this seems to have been part of the MNG-6059 implementation that was done for Maven dropped 3.4.0 version but was forgotten during Maven 3.6.0 merge...