Class LoggingExecutionListener
java.lang.Object
org.apache.maven.logging.LoggingExecutionListener
- All Implemented Interfaces:
ExecutionListener
,ProjectExecutionListener
public class LoggingExecutionListener
extends Object
implements ExecutionListener, ProjectExecutionListener
-
Constructor Summary
ConstructorsConstructorDescriptionLoggingExecutionListener
(ExecutionListener delegate, BuildEventListener buildEventListener) -
Method Summary
Modifier and TypeMethodDescriptionvoid
afterProjectExecutionFailure
(ProjectExecutionEvent projectExecutionEvent) void
afterProjectExecutionSuccess
(ProjectExecutionEvent projectExecutionEvent) void
beforeProjectExecution
(ProjectExecutionEvent projectExecutionEvent) void
beforeProjectLifecycleExecution
(ProjectExecutionEvent projectExecutionEvent) void
void
void
void
forkFailed
(ExecutionEvent event) void
forkStarted
(ExecutionEvent event) void
forkSucceeded
(ExecutionEvent event) void
mojoFailed
(ExecutionEvent event) void
mojoSkipped
(ExecutionEvent event) void
mojoStarted
(ExecutionEvent event) void
mojoSucceeded
(ExecutionEvent event) void
void
projectFailed
(ExecutionEvent event) void
projectSkipped
(ExecutionEvent event) void
projectStarted
(ExecutionEvent event) void
projectSucceeded
(ExecutionEvent event) void
sessionEnded
(ExecutionEvent event) void
sessionStarted
(ExecutionEvent event)
-
Constructor Details
-
LoggingExecutionListener
-
-
Method Details
-
beforeProjectExecution
public void beforeProjectExecution(ProjectExecutionEvent projectExecutionEvent) throws LifecycleExecutionException - Specified by:
beforeProjectExecution
in interfaceProjectExecutionListener
- Throws:
LifecycleExecutionException
-
beforeProjectLifecycleExecution
public void beforeProjectLifecycleExecution(ProjectExecutionEvent projectExecutionEvent) throws LifecycleExecutionException - Specified by:
beforeProjectLifecycleExecution
in interfaceProjectExecutionListener
- Throws:
LifecycleExecutionException
-
afterProjectExecutionSuccess
public void afterProjectExecutionSuccess(ProjectExecutionEvent projectExecutionEvent) throws LifecycleExecutionException - Specified by:
afterProjectExecutionSuccess
in interfaceProjectExecutionListener
- Throws:
LifecycleExecutionException
-
afterProjectExecutionFailure
- Specified by:
afterProjectExecutionFailure
in interfaceProjectExecutionListener
-
projectDiscoveryStarted
- Specified by:
projectDiscoveryStarted
in interfaceExecutionListener
-
sessionStarted
- Specified by:
sessionStarted
in interfaceExecutionListener
-
sessionEnded
- Specified by:
sessionEnded
in interfaceExecutionListener
-
projectStarted
- Specified by:
projectStarted
in interfaceExecutionListener
-
projectSucceeded
- Specified by:
projectSucceeded
in interfaceExecutionListener
-
projectFailed
- Specified by:
projectFailed
in interfaceExecutionListener
-
projectSkipped
- Specified by:
projectSkipped
in interfaceExecutionListener
-
mojoStarted
- Specified by:
mojoStarted
in interfaceExecutionListener
-
mojoSucceeded
- Specified by:
mojoSucceeded
in interfaceExecutionListener
-
mojoFailed
- Specified by:
mojoFailed
in interfaceExecutionListener
-
mojoSkipped
- Specified by:
mojoSkipped
in interfaceExecutionListener
-
forkStarted
- Specified by:
forkStarted
in interfaceExecutionListener
-
forkSucceeded
- Specified by:
forkSucceeded
in interfaceExecutionListener
-
forkFailed
- Specified by:
forkFailed
in interfaceExecutionListener
-
forkedProjectStarted
- Specified by:
forkedProjectStarted
in interfaceExecutionListener
-
forkedProjectSucceeded
- Specified by:
forkedProjectSucceeded
in interfaceExecutionListener
-
forkedProjectFailed
- Specified by:
forkedProjectFailed
in interfaceExecutionListener
-