Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ExecutionPlanItem (0.12 sec)

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

     *
     * @since 3.0
     */
    public class ExecutionPlanItem {
        private final MojoExecution mojoExecution;
    
        public ExecutionPlanItem(MojoExecution mojoExecution) {
            this.mojoExecution = mojoExecution;
        }
    
        public static List<ExecutionPlanItem> createExecutionPlanItems(
                MavenProject mavenProject, List<MojoExecution> executions) {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed May 22 13:45:13 UTC 2024
    - 2.5K bytes
    - Viewed (0)
Back to top