Class LifecycleDebugLogger
- java.lang.Object
-
- org.apache.maven.lifecycle.internal.LifecycleDebugLogger
-
@Component(role=LifecycleDebugLogger.class) public class LifecycleDebugLogger extends java.lang.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 Summary
Fields Modifier and Type Field Description private org.codehaus.plexus.logging.Logger
logger
-
Constructor Summary
Constructors Constructor Description LifecycleDebugLogger()
LifecycleDebugLogger(org.codehaus.plexus.logging.Logger logger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
debug(java.lang.String s)
private void
debugDependencyRequirements(java.util.List<MojoExecution> mojoExecutions)
private void
debugMojoExecution(MojoExecution mojoExecution)
void
debugProjectPlan(MavenProject currentProject, MavenExecutionPlan executionPlan)
void
debugReactorPlan(ProjectBuildList projectBuilds)
void
info(java.lang.String s)
-
-
-
Method Detail
-
debug
public void debug(java.lang.String s)
-
info
public void info(java.lang.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(java.util.List<MojoExecution> mojoExecutions)
-
-