Package de.codecamp.maven.delayment
Class DelaymentLifecycleParticipant
java.lang.Object
org.apache.maven.AbstractMavenLifecycleParticipant
de.codecamp.maven.delayment.DelaymentLifecycleParticipant
- All Implemented Interfaces:
org.codehaus.plexus.logging.LogEnabled
@Singleton
@Named("DelaymentLifecycleParticipant")
@Priority(-2147483648)
public class DelaymentLifecycleParticipant
extends org.apache.maven.AbstractMavenLifecycleParticipant
implements org.codehaus.plexus.logging.LogEnabled
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterProjectsRead(org.apache.maven.execution.MavenSession session) voidenableLogging(org.codehaus.plexus.logging.Logger logger) 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
-
enableLogging
public void enableLogging(org.codehaus.plexus.logging.Logger logger) - Specified by:
enableLoggingin interfaceorg.codehaus.plexus.logging.LogEnabled
-
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
-