Class XMvnMavenLifecycleParticipant
java.lang.Object
org.apache.maven.AbstractMavenLifecycleParticipant
org.fedoraproject.xmvn.connector.maven.XMvnMavenLifecycleParticipant
@Component(role=org.apache.maven.AbstractMavenLifecycleParticipant.class)
public class XMvnMavenLifecycleParticipant
extends org.apache.maven.AbstractMavenLifecycleParticipant
Installs some of XMvn extensions for Maven.
- Author:
- Mikolaj Izdebski
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
afterProjectsRead
(org.apache.maven.execution.MavenSession session) void
afterSessionStart
(org.apache.maven.execution.MavenSession session) Methods inherited from class org.apache.maven.AbstractMavenLifecycleParticipant
afterSessionEnd
-
Constructor Details
-
XMvnMavenLifecycleParticipant
public XMvnMavenLifecycleParticipant()
-
-
Method Details
-
afterSessionStart
public void afterSessionStart(org.apache.maven.execution.MavenSession session) throws org.apache.maven.MavenExecutionException - Overrides:
afterSessionStart
in classorg.apache.maven.AbstractMavenLifecycleParticipant
- Throws:
org.apache.maven.MavenExecutionException
-
afterProjectsRead
public void afterProjectsRead(org.apache.maven.execution.MavenSession session) throws org.apache.maven.MavenExecutionException - Overrides:
afterProjectsRead
in classorg.apache.maven.AbstractMavenLifecycleParticipant
- Throws:
org.apache.maven.MavenExecutionException
-