- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for ExecutionPlanItem (0.06 seconds)
-
impl/maven-core/src/test/java/org/apache/maven/lifecycle/LifecycleExecutorTest.java
} List<MojoExecution> getExecutions(MavenExecutionPlan mavenExecutionPlan) { List<MojoExecution> result = new ArrayList<>(); for (ExecutionPlanItem executionPlanItem : mavenExecutionPlan) { result.add(executionPlanItem.getMojoExecution()); } return result; } // We need to take in multiple lifecycles @TestCreated: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Sep 17 10:01:14 GMT 2025 - 22.9K bytes - Click Count (0)