Class LifecycleDebugLogger

java.lang.Object
org.apache.maven.lifecycle.internal.LifecycleDebugLogger

@Component(role=LifecycleDebugLogger.class) public class LifecycleDebugLogger extends Object

Logs debug output from the various lifecycle phases.

NOTE: This class is not part of any public api and can be changed or deleted without prior notice.
Since:
3.0
  • Field Details

    • logger

      @Requirement private org.codehaus.plexus.logging.Logger logger
  • Constructor Details

    • LifecycleDebugLogger

      public LifecycleDebugLogger()
    • LifecycleDebugLogger

      public LifecycleDebugLogger(org.codehaus.plexus.logging.Logger logger)
  • Method Details

    • debug

      public void debug(String s)
    • info

      public void info(String s)
    • debugReactorPlan

      public void debugReactorPlan(ProjectBuildList projectBuilds)
    • debugProjectPlan

      public void debugProjectPlan(MavenProject currentProject, MavenExecutionPlan executionPlan)
    • debugMojoExecution

      private void debugMojoExecution(MojoExecution mojoExecution)
    • debugDependencyRequirements

      private void debugDependencyRequirements(List<MojoExecution> mojoExecutions)