@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.| Constructor and Description | 
|---|
LifecycleDebugLogger()  | 
LifecycleDebugLogger(org.codehaus.plexus.logging.Logger logger)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
debug(String s)  | 
void | 
debugProjectPlan(MavenProject currentProject,
                MavenExecutionPlan executionPlan)  | 
void | 
debugReactorPlan(ProjectBuildList projectBuilds)  | 
void | 
info(String s)  | 
public LifecycleDebugLogger()
public LifecycleDebugLogger(org.codehaus.plexus.logging.Logger logger)
public void debug(String s)
public void info(String s)
public void debugReactorPlan(ProjectBuildList projectBuilds)
public void debugProjectPlan(MavenProject currentProject, MavenExecutionPlan executionPlan)
Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.