Package io.helidon.build.cache
Class LifecycleParticipantImpl
- java.lang.Object
-
- org.apache.maven.AbstractMavenLifecycleParticipant
-
- io.helidon.build.cache.LifecycleParticipantImpl
-
@Component(role=org.apache.maven.AbstractMavenLifecycleParticipant.class, hint="build-cache") public class LifecycleParticipantImpl extends org.apache.maven.AbstractMavenLifecycleParticipantLife-cycle participant that provides the hooks for the build cache mechanism.
-
-
Constructor Summary
Constructors Constructor Description LifecycleParticipantImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterProjectsRead(org.apache.maven.execution.MavenSession session)voidafterSessionEnd(org.apache.maven.execution.MavenSession session)
-
-
-
Method Detail
-
afterProjectsRead
public void afterProjectsRead(org.apache.maven.execution.MavenSession session)
- Overrides:
afterProjectsReadin classorg.apache.maven.AbstractMavenLifecycleParticipant
-
afterSessionEnd
public void afterSessionEnd(org.apache.maven.execution.MavenSession session)
- Overrides:
afterSessionEndin classorg.apache.maven.AbstractMavenLifecycleParticipant
-
-