mirror of https://github.com/apache/maven.git
o Fixed ClassCastException
git-svn-id: https://svn.apache.org/repos/asf/maven/components/branches/MNG-2766@777112 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9024112b87
commit
a7cbcb7b39
|
@ -94,7 +94,7 @@ public class DefaultExceptionHandler
|
|||
}
|
||||
else if ( exception instanceof ArtifactResolutionException )
|
||||
{
|
||||
message = ((MojoExecutionException)exception).getLongMessage();
|
||||
message = exception.getMessage();
|
||||
}
|
||||
|
||||
// Mojo problems
|
||||
|
|
Loading…
Reference in New Issue