|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LifecycleExecutorListener
Event notification for the start/end of the maven execution.
The exact semantics in Maven is undocumented (as usual!), but apparently this is invoked at the beginning of the build and the end, surrounding the complete mojo executions.
| Method Summary | |
|---|---|
void |
endModule()
This event is avaialble from LifecycleExecutorListener
and offers accurate "leaving module" event. |
void |
postBuild(org.apache.maven.execution.MavenSession session,
org.apache.maven.execution.ReactorManager rm,
org.apache.maven.monitor.event.EventDispatcher dispatcher)
|
void |
preBuild(org.apache.maven.execution.MavenSession session,
org.apache.maven.execution.ReactorManager rm,
org.apache.maven.monitor.event.EventDispatcher dispatcher)
|
| Method Detail |
|---|
void preBuild(org.apache.maven.execution.MavenSession session,
org.apache.maven.execution.ReactorManager rm,
org.apache.maven.monitor.event.EventDispatcher dispatcher)
throws org.apache.maven.BuildFailureException,
org.apache.maven.lifecycle.LifecycleExecutionException,
java.lang.InterruptedException,
java.io.IOException
org.apache.maven.BuildFailureException
org.apache.maven.lifecycle.LifecycleExecutionException
java.lang.InterruptedException
java.io.IOException
void postBuild(org.apache.maven.execution.MavenSession session,
org.apache.maven.execution.ReactorManager rm,
org.apache.maven.monitor.event.EventDispatcher dispatcher)
throws org.apache.maven.BuildFailureException,
org.apache.maven.lifecycle.LifecycleExecutionException,
java.lang.InterruptedException,
java.io.IOException
org.apache.maven.BuildFailureException
org.apache.maven.lifecycle.LifecycleExecutionException
java.lang.InterruptedException
java.io.IOException
void endModule()
throws java.lang.InterruptedException,
java.io.IOException
LifecycleExecutorListener
and offers accurate "leaving module" event.
java.lang.InterruptedException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||