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
LifecycleExecutionException
void beforeProjectLifecycleExecution(ProjectExecutionEvent event) throws LifecycleExecutionException
LifecycleExecutionException
void afterProjectExecutionSuccess(ProjectExecutionEvent event) throws LifecycleExecutionException
LifecycleExecutionException
void afterProjectExecutionFailure(ProjectExecutionEvent event)
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.