michael-o edited a comment on pull request #566: URL: https://github.com/apache/maven/pull/566#issuecomment-935664734
> > > @michael-o thanks for your swift feedback again. I did not know it had to be exactly the same as arguments passed in from the CLI. I think I only see one solution left, and that is that we could introduce variable interpolation, both via CLI and via maven.config. Then one could specify `-s="${maven.multiModuleProjectDirectory}/.mvn/settings.xml"`, for example. Of course we need to make sure it does not collide with unix variable interpolation, but you get the idea. WDYT? So, you actually want https://issues.apache.org/jira/browse/MNG-6303. Moreover, `${maven.multiModuleProjectDirectory}` is a purely internal implementation detail. It has never been publically documented and shall not be used within the build. Here you want: https://issues.apache.org/jira/browse/MNG-7038 -- 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