@Component(role=org.apache.maven.AbstractMavenLifecycleParticipant.class)
public class DependencyLifecycleParticipant
extends org.apache.maven.AbstractMavenLifecycleParticipant
Maven 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.
- See Also:
- MNG-4224 - Maven Lifecycle Participant,
Maven Classloading