mirror of https://github.com/apache/maven.git
Fixed typo in error output
Signed-off-by: Karl-Heinz Marbaise <khmarbaise@apache.org>
This commit is contained in:
parent
49a3e55208
commit
a0babcecae
|
@ -189,7 +189,7 @@ public class DefaultBuildPluginManager
|
|||
|
||||
ByteArrayOutputStream os = new ByteArrayOutputStream( 1024 );
|
||||
PrintStream ps = new PrintStream( os );
|
||||
ps.println( "A type incompatibility occured while executing " + mojoDescriptor.getId() + ": "
|
||||
ps.println( "A type incompatibility occurred while executing " + mojoDescriptor.getId() + ": "
|
||||
+ e.getMessage() );
|
||||
pluginRealm.display( ps );
|
||||
|
||||
|
|
Loading…
Reference in New Issue