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 voidafterProjectsRead(MavenSession session)voidafterSessionEnd(MavenSession session)voidafterSessionStart(MavenSession session)
-
-
-
Method Detail
-
afterProjectsRead
public void afterProjectsRead(MavenSession session) throws MavenExecutionException
- Overrides:
afterProjectsReadin classAbstractMavenLifecycleParticipant- Throws:
MavenExecutionException
-
afterSessionStart
public void afterSessionStart(MavenSession session) throws MavenExecutionException
- Overrides:
afterSessionStartin classAbstractMavenLifecycleParticipant- Throws:
MavenExecutionException
-
afterSessionEnd
public void afterSessionEnd(MavenSession session) throws MavenExecutionException
- Throws:
MavenExecutionException
-
-