mirror of https://github.com/apache/maven.git
[MNG-6747] Generalize 'resume from' message when build reactor fails
This commit is contained in:
parent
a52e2ea44a
commit
400e7e5979
|
@ -1008,7 +1008,7 @@ public class MavenCli
|
|||
{
|
||||
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() );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue