michael-o commented on code in PR #1604: URL: https://github.com/apache/maven/pull/1604#discussion_r1671160011
########## maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java: ########## @@ -321,6 +321,7 @@ void initialize(CliRequest cliRequest) throws ExitException { // the -f/--file option. However, the command line isn't parsed yet, so // we need to iterate through the args to find it and act upon it. Path cwd = Paths.get(cliRequest.workingDirectory); + // MavenCliTest extensively use MULTIMODULE_PROJECT_DIRECTORY Review Comment: uses -- 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