public abstract class AbstractMavenLifecycleParticipant
extends java.lang.Object
| Constructor | Description |
|---|---|
AbstractMavenLifecycleParticipant() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
afterProjectsRead(MavenSession session) |
Invoked after all MavenProject instances have been created.
|
void |
afterSessionEnd(MavenSession session) |
Invoked after all projects were built.
|
void |
afterSessionStart(MavenSession session) |
Invoked after MavenSession instance has been created.
|
public void afterProjectsRead(MavenSession session) throws MavenExecutionException
MavenExecutionExceptionpublic void afterSessionStart(MavenSession session) throws MavenExecutionException
MavenExecutionExceptionpublic void afterSessionEnd(MavenSession session) throws MavenExecutionException
MavenExecutionException