mirror of https://github.com/apache/maven.git
o exception isn't stored yet
git-svn-id: https://svn.apache.org/repos/asf/maven/components/branches/MNG-2766@769582 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
49c287754d
commit
0127ba0c14
|
@ -105,7 +105,7 @@ public class DefaultMaven
|
|||
|
||||
// This will only be more then one if we have fail at end on and we collect
|
||||
// them per project.
|
||||
ExceptionSummary es = handler.handleException( result.getExceptions().get( 0 ) );
|
||||
ExceptionSummary es = handler.handleException( e );
|
||||
|
||||
result.addException( e );
|
||||
|
||||
|
|
Loading…
Reference in New Issue