public interface ProjectExecutionListener
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–2015 The Apache Software Foundation. All rights reserved.