Package org.apache.maven.demo.extension
Class LifecycleParticipantDemoPlexus
- java.lang.Object
-
- org.apache.maven.AbstractMavenLifecycleParticipant
-
- org.apache.maven.demo.extension.LifecycleParticipantDemoPlexus
-
@Component(role=org.apache.maven.AbstractMavenLifecycleParticipant.class, hint="demo-plexus") public class LifecycleParticipantDemoPlexus extends AbstractMavenLifecycleParticipant
Lifecycle Participant demo (feature added in Maven 3.0-alpha-3 with MNG-4224). defined with Plexus annotations.
-
-
Constructor Summary
Constructors Constructor Description LifecycleParticipantDemoPlexus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterProjectsRead(MavenSession session)
void
afterSessionEnd(MavenSession session)
void
afterSessionStart(MavenSession session)
-
-
-
Method Detail
-
afterProjectsRead
public void afterProjectsRead(MavenSession session) throws MavenExecutionException
- Overrides:
afterProjectsRead
in classAbstractMavenLifecycleParticipant
- Throws:
MavenExecutionException
-
afterSessionStart
public void afterSessionStart(MavenSession session) throws MavenExecutionException
- Overrides:
afterSessionStart
in classAbstractMavenLifecycleParticipant
- Throws:
MavenExecutionException
-
afterSessionEnd
public void afterSessionEnd(MavenSession session) throws MavenExecutionException
- Throws:
MavenExecutionException
-
-