laeubi commented on PR #1061:
URL: https://github.com/apache/maven/pull/1061#issuecomment-1500441953

   > Some of the use cases involve arguments interpolation, so this has to be 
done very early in the process.
   
   That are probably just other use-cases that where requested! I just wanted 
remind of the original request, that only wanted to make `multiModuleDirectory` 
official to be **used inside a pom**, it was never asked to work on commandline 
arguments, and at the point where the **model(!)** is read the location is well 
known and there are no inconsistency and it is early enough for this use-case.
   
   > Also, I disagree that this is weird somehow. I think it's actually mapping 
quite well with the property isRootProject() 
   
   I think you mean `org.apache.maven.project.MavenProject.isExecutionRoot()`? 
Beside from Maven developers I assume no one ever has heard of it and I can't 
find the term in the current maven documentation anywhere. Beside that, its 
currently defined as the project that is the one where I executed maven.
   
   


-- 
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