Class DependencyLifecycleParticipant
- java.lang.Object
-
- org.apache.maven.AbstractMavenLifecycleParticipant
-
- org.apache.sling.maven.slingstart.DependencyLifecycleParticipant
-
@Component(role=org.apache.maven.AbstractMavenLifecycleParticipant.class) public class DependencyLifecycleParticipant extends org.apache.maven.AbstractMavenLifecycleParticipantMaven lifecycle participant which adds the artifacts of the model to the dependencies. This cannot happen as part of a regular Mojo (as there the dependencies have already been calculated) therefore a build extension is necessary to achieve that. This build extension is loaded once per version of the slingstart-maven-plugin being referenced in any of the modules.
-
-
Constructor Summary
Constructors Constructor Description DependencyLifecycleParticipant()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterProjectsRead(org.apache.maven.execution.MavenSession session)
-