public interface ProjectExecutionListener
Extension point that allows build extensions observe and possibly veto project build execution.
Note: This interface is part of work in progress and can be changed or removed without notice.ExecutionListener,
MojoExecutionListener| Modifier and Type | Method and Description |
|---|---|
void |
afterProjectExecutionFailure(ProjectExecutionEvent event) |
void |
afterProjectExecutionSuccess(ProjectExecutionEvent event) |
void |
beforeProjectExecution(ProjectExecutionEvent event) |
void |
beforeProjectLifecycleExecution(ProjectExecutionEvent event) |
void beforeProjectExecution(ProjectExecutionEvent event) throws LifecycleExecutionException
LifecycleExecutionExceptionvoid beforeProjectLifecycleExecution(ProjectExecutionEvent event) throws LifecycleExecutionException
LifecycleExecutionExceptionvoid afterProjectExecutionSuccess(ProjectExecutionEvent event) throws LifecycleExecutionException
LifecycleExecutionExceptionvoid afterProjectExecutionFailure(ProjectExecutionEvent event)
Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.