Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for ExecutionPlanItem (0.06 seconds)

  1. impl/maven-core/src/main/java/org/apache/maven/lifecycle/MavenExecutionPlan.java

            this.phasesInExecutionPlan = new ArrayList<>(totalPhaseSet);
    
            Map<String, ExecutionPlanItem> lastInExistingPhases = new HashMap<>();
            for (ExecutionPlanItem executionPlanItem : getExecutionPlanItems()) {
                lastInExistingPhases.put(executionPlanItem.getLifecyclePhase(), executionPlanItem);
            }
    
            ExecutionPlanItem lastSeenExecutionPlanItem = null;
    
            for (String phase : totalPhaseSet) {
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Fri Jun 06 14:28:57 GMT 2025
    - 6.3K bytes
    - Click Count (0)
Back to Top