@Named @Singleton 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() |
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 void debug(String s)
public void info(String s)
public void debugReactorPlan(ProjectBuildList projectBuilds)
public void debugProjectPlan(MavenProject currentProject, MavenExecutionPlan executionPlan)
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.