Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for parallelStream (0.06 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/concurrent/BuildPlanExecutor.java

                    }
                }));
    
                // Eagerly resolve all plugins in parallel
                toResolve.parallelStream().forEach(Runnable::run);
    
                // Keep track of phase aliases
                lifecycle.aliases().forEach(alias -> plan.aliases().put(alias.v3Phase(), alias.v4Phase()));
    
                return plan;
            }
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Thu Oct 16 06:12:36 GMT 2025
    - 55.1K bytes
    - Click Count (0)
Back to Top