Package io.helidon.build.maven.cache
Class LifecycleParticipantImpl
java.lang.Object
org.apache.maven.AbstractMavenLifecycleParticipant
io.helidon.build.maven.cache.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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterProjectsRead(org.apache.maven.execution.MavenSession session) voidafterSessionEnd(org.apache.maven.execution.MavenSession session) Methods inherited from class org.apache.maven.AbstractMavenLifecycleParticipant
afterSessionStart
-
Constructor Details
-
LifecycleParticipantImpl
public LifecycleParticipantImpl()
-
-
Method Details
-
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
-