Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for addProject (0.04 sec)

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

                        st.addMojo(mojoExecution, 0);
                        Map<String, BuildStep> n = new HashMap<>();
                        n.put(forkedGoal, st);
                        plan.addProject(project, n);
                    }
    
                    for (BuildStep astep : plan.allSteps().toList()) {
                        for (MojoExecution aexecution : astep.executions().toList()) {
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Thu Oct 16 06:12:36 UTC 2025
    - 55.1K bytes
    - Viewed (0)
Back to top