Class BuildPlanLogger
java.lang.Object
org.apache.maven.lifecycle.internal.concurrent.BuildPlanLogger
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
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected StringgetKey(MavenProject project) protected voidmojo(Consumer<String> writer, MojoExecution mojoExecution) protected Stringphase(MavenProject currentProject, BuildStep step, Set<String> duplicateIds) voidvoidwritePlan(Consumer<String> writer, BuildPlan plan, MavenProject project) voidvoidwritePlan(BuildPlan plan, MavenProject project) 
- 
Constructor Details- 
BuildPlanLoggerpublic BuildPlanLogger()
 
- 
- 
Method Details- 
writePlan
- 
writePlan
- 
writePlan
- 
writePlan
- 
nonEmptyPredecessors
- 
phase
- 
mojo
- 
getKey
 
-