Class DeployLifecycleParticipant

java.lang.Object
org.apache.maven.AbstractMavenLifecycleParticipant
org.sonatype.central.publisher.plugin.DeployLifecycleParticipant
All Implemented Interfaces:
org.codehaus.plexus.logging.LogEnabled

@Component(role=org.apache.maven.AbstractMavenLifecycleParticipant.class, hint="org.sonatype.central.publisher.plugin.DeployLifecycleParticipant") public class DeployLifecycleParticipant extends org.apache.maven.AbstractMavenLifecycleParticipant implements org.codehaus.plexus.logging.LogEnabled
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.codehaus.plexus.logging.Logger
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    afterProjectsRead(org.apache.maven.execution.MavenSession session)
     
    void
    enableLogging(org.codehaus.plexus.logging.Logger logger)
     

    Methods inherited from class org.apache.maven.AbstractMavenLifecycleParticipant

    afterSessionEnd, afterSessionStart

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • logger

      protected org.codehaus.plexus.logging.Logger logger
  • Constructor Details

    • DeployLifecycleParticipant

      public DeployLifecycleParticipant()
  • Method Details

    • enableLogging

      public void enableLogging(org.codehaus.plexus.logging.Logger logger)
      Specified by:
      enableLogging in interface org.codehaus.plexus.logging.LogEnabled
    • afterProjectsRead

      public void afterProjectsRead(org.apache.maven.execution.MavenSession session) throws org.apache.maven.MavenExecutionException
      Overrides:
      afterProjectsRead in class org.apache.maven.AbstractMavenLifecycleParticipant
      Throws:
      org.apache.maven.MavenExecutionException