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 void afterProjectsRead(MavenSession session) throws MavenExecutionException
MavenExecutionException
public void afterSessionStart(MavenSession session) throws MavenExecutionException
MavenExecutionException
public void afterSessionEnd(MavenSession session) throws MavenExecutionException
MavenExecutionException
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.