Hello, Robert sent out a (great) patch than enables experimental support for the consumer pom.
This new way of working is enabled by a system property -Dmaven.experimental..... I would like to use this feature when Maven 3.7.0 is out, but it won't be possible to use such a feature with a system property, as such system property is to be configured in every build machine in order to be sure that the build is consistent across all of the environments. What about having a simply "property" (in <properties />) in the project ? I will set in on the parent of my hierarchy. I see we cannot a a new xml tag/xml attribute, as it will be a change in the version of the pom. As an alternative we could have a flag in Maven, to be activated by an 'extension' Thoughts Enrico
