public abstract class AbstractMavenLifecycleParticipant extends Object
| Constructor and Description | 
|---|
| AbstractMavenLifecycleParticipant() | 
| Modifier and Type | Method and 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 AbstractMavenLifecycleParticipant()
public void afterProjectsRead(MavenSession session) throws MavenExecutionException
MavenExecutionExceptionpublic void afterSessionStart(MavenSession session) throws MavenExecutionException
MavenExecutionExceptionpublic void afterSessionEnd(MavenSession session) throws MavenExecutionException
MavenExecutionExceptionCopyright © 2001–2014 The Apache Software Foundation. All rights reserved.