- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for calculateLifecycleMappings (0.11 sec)
-
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/DefaultLifecycleExecutionPlanCalculator.java
} else if (task instanceof LifecycleTask) { String lifecyclePhase = task.getValue(); Map<String, List<MojoExecution>> phaseToMojoMapping = calculateLifecycleMappings(session, project, lifecyclePhase); for (List<MojoExecution> mojoExecutionsFromLifecycle : phaseToMojoMapping.values()) { mojoExecutions.addAll(mojoExecutionsFromLifecycle);
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Mar 25 09:45:07 UTC 2025 - 26.7K bytes - Viewed (0)