Class DependencyLifecycleParticipant
java.lang.Object
org.apache.maven.AbstractMavenLifecycleParticipant
org.apache.sling.feature.maven.mojos.DependencyLifecycleParticipant
@Component(role=org.apache.maven.AbstractMavenLifecycleParticipant.class,
hint="featureparticipant")
public class DependencyLifecycleParticipant
extends org.apache.maven.AbstractMavenLifecycleParticipant
Maven lifecycle participant which adds the artifacts of the model to the dependencies.
-
Constructor Summary
Constructors Constructor Description DependencyLifecycleParticipant() -
Method Summary
Modifier and Type Method Description voidafterProjectsRead(org.apache.maven.execution.MavenSession session)Methods inherited from class org.apache.maven.AbstractMavenLifecycleParticipant
afterSessionEnd, afterSessionStart
-
Constructor Details
-
DependencyLifecycleParticipant
public DependencyLifecycleParticipant()
-
-
Method Details
-
afterProjectsRead
public void afterProjectsRead(org.apache.maven.execution.MavenSession session) throws org.apache.maven.MavenExecutionException- Overrides:
afterProjectsReadin classorg.apache.maven.AbstractMavenLifecycleParticipant- Throws:
org.apache.maven.MavenExecutionException
-