@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.Modifier and Type | Field and Description |
---|---|
private org.codehaus.plexus.logging.Logger |
logger |
Constructor and Description |
---|
LifecycleDebugLogger() |
LifecycleDebugLogger(org.codehaus.plexus.logging.Logger logger) |
Modifier and Type | Method and 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) |
public LifecycleDebugLogger()
public LifecycleDebugLogger(org.codehaus.plexus.logging.Logger logger)
public void debug(java.lang.String s)
public void info(java.lang.String s)
public void debugReactorPlan(ProjectBuildList projectBuilds)
public void debugProjectPlan(MavenProject currentProject, MavenExecutionPlan executionPlan)
private void debugMojoExecution(MojoExecution mojoExecution)
private void debugDependencyRequirements(java.util.List<MojoExecution> mojoExecutions)