Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Waddell (0.14 sec)

  1. maven-core/src/main/java/org/apache/maven/lifecycle/internal/DefaultLifecycleExecutionPlanCalculator.java

                            calculateLifecycleMappings(session, project, lifecyclePhase);
    
                    for (List<MojoExecution> mojoExecutionsFromLifecycle : phaseToMojoMapping.values()) {
                        mojoExecutions.addAll(mojoExecutionsFromLifecycle);
                    }
                } else {
                    throw new IllegalStateException("unexpected task " + task);
                }
            }
            return mojoExecutions;
        }
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Wed Jan 10 12:55:54 GMT 2024
    - 26.3K bytes
    - Viewed (0)
Back to top