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:
Jason van Zyl 2009-04-28 23:10:34 +00:00
parent 49c287754d
commit 0127ba0c14
1 changed files with 1 additions and 1 deletions

View File

@ -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 );