mirror of https://github.com/apache/maven.git
[MNG-6088] add a newline after forked execution success message
This commit is contained in:
parent
d413296cf3
commit
079f6b3ba3
|
@ -321,6 +321,8 @@ public class ExecutionEventLogger
|
|||
|
||||
logger.info( "" );
|
||||
logger.info( buffer.toString() );
|
||||
|
||||
logger.info( "" );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue