gnodet commented on a change in pull request #444: URL: https://github.com/apache/maven/pull/444#discussion_r575184291
########## File path: maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java ########## @@ -1032,20 +1031,6 @@ private int execute( CliRequest cliRequest ) { logBuildResumeHint( "mvn <args> -r" ); } - else if ( !failedProjects.isEmpty() ) Review comment: I can bring it back, I just don't think there's any case where `-rf` could work while `-r` would not be available. Especially now with the fact that it's just a list of non succeeded projects... ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org