Class LifecycleParticipantImpl


  • @Component(role=org.apache.maven.AbstractMavenLifecycleParticipant.class,
               hint="build-cache")
    public class LifecycleParticipantImpl
    extends org.apache.maven.AbstractMavenLifecycleParticipant
    Life-cycle participant that provides the hooks for the build cache mechanism.
    • Constructor Detail

      • LifecycleParticipantImpl

        public LifecycleParticipantImpl()
    • Method Detail

      • afterProjectsRead

        public void afterProjectsRead​(org.apache.maven.execution.MavenSession session)
        Overrides:
        afterProjectsRead in class org.apache.maven.AbstractMavenLifecycleParticipant
      • afterSessionEnd

        public void afterSessionEnd​(org.apache.maven.execution.MavenSession session)
        Overrides:
        afterSessionEnd in class org.apache.maven.AbstractMavenLifecycleParticipant