mirror of https://github.com/apache/maven.git
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:
parent
8c7eb1b036
commit
fc48539c96
|
@ -247,7 +247,7 @@ public class DefaultLifecycleExecutor
|
|||
else if ( MavenExecutionRequest.REACTOR_FAIL_FAST.equals( session.getReactorFailureBehavior() ) )
|
||||
{
|
||||
// abort the build
|
||||
return;
|
||||
break;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue