o Fixed control flow to properly fire session end event

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@805717 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-08-19 09:39:51 +00:00
parent 8c7eb1b036
commit fc48539c96
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ else if ( MavenExecutionRequest.REACTOR_FAIL_AT_END.equals( session.getReactorFa
else if ( MavenExecutionRequest.REACTOR_FAIL_FAST.equals( session.getReactorFailureBehavior() ) )
{
// abort the build
return;
break;
}
else
{