- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for ProjectBuildList (0.42 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/ProjectBuildList.java
* </p> * <strong>Note:</strong> This interface is part of work in progress and can be changed or removed without notice. * * @since 3.0 */ public class ProjectBuildList implements Iterable<ProjectSegment> { private final List<ProjectSegment> items; public ProjectBuildList(List<ProjectSegment> items) { this.items = Collections.unmodifiableList(items); }
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 4.1K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/builder/multithreaded/ConcurrencyDependencyGraph.java
*/ public class ConcurrencyDependencyGraph { private final ProjectBuildList projectBuilds; private final ProjectDependencyGraph projectDependencyGraph; private final Set<MavenProject> finishedProjects = new HashSet<>(); private final SmartProjectComparator projectComparator; public ConcurrencyDependencyGraph(ProjectBuildList projectBuilds, ProjectDependencyGraph projectDependencyGraph) {Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Jul 23 17:27:08 GMT 2025 - 5.9K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/builder/multithreaded/MultiThreadedBuilder.java
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Jul 16 03:42:09 GMT 2025 - 8.9K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/LifecycleDebugLogger.java
public void debug(String s) { logger.debug(s); } public void info(String s) { logger.info(s); } public void debugReactorPlan(ProjectBuildList projectBuilds) { if (!logger.isDebugEnabled()) { return; } logger.debug("=== REACTOR BUILD PLAN ================================================");Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 5.8K bytes - Click Count (0)