Class LifecycleDebugLogger
java.lang.Object
org.apache.maven.lifecycle.internal.LifecycleDebugLogger
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
private void
debugDependencyRequirements
(List<MojoExecution> mojoExecutions) private void
debugMojoExecution
(MojoExecution mojoExecution) void
debugProjectPlan
(MavenProject currentProject, MavenExecutionPlan executionPlan) void
debugReactorPlan
(ProjectBuildList projectBuilds) void
-
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
-
info
-
debugReactorPlan
-
debugProjectPlan
-
debugMojoExecution
-
debugDependencyRequirements
-