mirror of https://github.com/apache/maven.git
[MNG-5630] added missing ':' in case of forked goal
This commit is contained in:
parent
8a56a16738
commit
a90d71e024
|
@ -352,6 +352,7 @@ public class ExecutionEventLogger
|
|||
else
|
||||
{
|
||||
// forked goal
|
||||
buffer.append( ':' );
|
||||
buffer.append( md.getExecuteGoal() );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue