Package de.codecamp.maven.delayment
Class DelaymentLifecycleParticipant
java.lang.Object
org.apache.maven.AbstractMavenLifecycleParticipant
de.codecamp.maven.delayment.DelaymentLifecycleParticipant
@Singleton
@Named("DelaymentLifecycleParticipant")
public class DelaymentLifecycleParticipant
extends org.apache.maven.AbstractMavenLifecycleParticipant
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterProjectsRead(org.apache.maven.execution.MavenSession session) Methods inherited from class org.apache.maven.AbstractMavenLifecycleParticipant
afterSessionEnd, afterSessionStart
-
Field Details
-
GROUP_ID
- See Also:
-
ARTIFACT_ID
- See Also:
-
PROPERTY_USE_LOCAL_REPOSITORY
- See Also:
-
-
Constructor Details
-
DelaymentLifecycleParticipant
public DelaymentLifecycleParticipant()
-
-
Method Details
-
afterProjectsRead
public void afterProjectsRead(org.apache.maven.execution.MavenSession session) throws org.apache.maven.MavenExecutionException - Overrides:
afterProjectsReadin classorg.apache.maven.AbstractMavenLifecycleParticipant- Throws:
org.apache.maven.MavenExecutionException
-