cstamas commented on PR #1098:
URL: https://github.com/apache/maven/pull/1098#issuecomment-1534339709

   > Does this actually supersede #1062?
   
   No, that one is for master and builds on top of already present new mvn4 
features not present in 3.9.x. This PR is for 3.9.x and "mildly follows" the 
one you refer to, with reduced functionalities. For example, that one uses 
`RootLocator` (already on master) while we have no such thing. Master also uses 
two strategies to identify "root", but it requires consumer POM feature, again 
not available here, etc. This PR provides "minimum viable change" to provide in 
3.9.x:
   * config and command line interpolation
   * two new properties (but for interpolation ONLY), unlike on master, where 
these two bubble up to session and project
   * the UT is intentionally 1:1 (so it IS copy pasted from referenced PR)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to