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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
getKey
(MavenProject project) protected void
mojo
(Consumer<String> writer, MojoExecution mojoExecution) protected String
phase
(MavenProject currentProject, BuildStep step, Set<String> duplicateIds) void
void
writePlan
(Consumer<String> writer, BuildPlan plan, MavenProject project) void
void
writePlan
(BuildPlan plan, MavenProject project)
-
Constructor Details
-
BuildPlanLogger
public BuildPlanLogger()
-
-
Method Details
-
writePlan
-
writePlan
-
writePlan
-
writePlan
-
nonEmptyPredecessors
-
phase
-
mojo
-
getKey
-