|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.AbstractMavenLifecycleParticipant
public abstract class AbstractMavenLifecycleParticipant
Allows core extensions to participate in build lifecycle. All callback methods (will) follow beforeXXX/afterXXX naming pattern to indicate at what lifecycle point it is being called.
| Constructor Summary | |
|---|---|
AbstractMavenLifecycleParticipant()
|
|
| Method Summary | |
|---|---|
void |
afterProjectsRead(MavenSession session)
Invoked after all MavenProject instances have been created. |
void |
afterSessionStart(MavenSession session)
Invoked after MavenSession instance has been created. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractMavenLifecycleParticipant()
| Method Detail |
|---|
public void afterProjectsRead(MavenSession session)
throws MavenExecutionException
MavenExecutionException
public void afterSessionStart(MavenSession session)
throws MavenExecutionException
MavenExecutionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||