[MNG-6747] Generalize 'resume from' message when build reactor fails

This commit is contained in:
Michael Osipov 2019-08-27 09:08:57 +02:00
parent a52e2ea44a
commit 400e7e5979
1 changed files with 6 additions and 6 deletions

View File

@ -1008,7 +1008,7 @@ private int execute( CliRequest cliRequest )
{
slf4jLogger.error( "" );
slf4jLogger.error( "After correcting the problems, you can resume the build with the command" );
slf4jLogger.error( buffer().a( " " ).strong( "mvn <goals> -rf "
slf4jLogger.error( buffer().a( " " ).strong( "mvn <args> -rf "
+ getResumeFrom( result.getTopologicallySortedProjects(), project ) ).toString() );
}