- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for noneMatch (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/concurrent/BuildPlanExecutor.java
setup.executeAfter(pplan); plan.steps(project).forEach(step -> { if (step.predecessors.stream().noneMatch(s -> s.project == project)) { step.executeAfter(setup); } else if (step.successors.stream().noneMatch(s -> s.project == project)) { teardown.executeAfter(step); } });
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)