Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for addMojoExecution (0.09 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

                                if (phaseId.priority() == 0) {
                                    phaseId = PhaseId.of(phase + "[" + execution.getPriority() + "]");
                                }
                                addMojoExecution(phaseBindings, mojoExecution, phaseId);
                            }
                        }
                    }
                    // if not then I need to grab the mojo descriptor and look at the phase that is specified
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Fri Dec 13 23:04:37 GMT 2024
    - 8.5K bytes
    - Click Count (0)
Back to Top