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 |
afterSessionStart(MavenSession session)
Invoked after MavenSession instance has been created.
|
public AbstractMavenLifecycleParticipant()
public void afterProjectsRead(MavenSession session) throws MavenExecutionException
MavenExecutionException
public void afterSessionStart(MavenSession session) throws MavenExecutionException
MavenExecutionException
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.