slawekjaranowski commented on code in PR #1273: URL: https://github.com/apache/maven/pull/1273#discussion_r1350122894
########## maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java: ########## @@ -447,6 +443,10 @@ private void informativeCommands(CliRequest cliRequest) throws ExitException { } throw new ExitException(0); } + + if (cliRequest.rootDirectory == null) { Review Comment: sounds reasonable -- 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