michael-o commented on code in PR #1061: URL: https://github.com/apache/maven/pull/1061#discussion_r1171610999
########## maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java: ########## @@ -324,10 +324,14 @@ void initialize(CliRequest cliRequest) throws ExitException { } } + // We need to locate the top level project which may be pointed at using + // the -f/--file option. However, the command line isn't parsed yet, so + // we need to iterator through the args to find it and act upon it. Review Comment: iterate -- 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