- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getProjectWeight (0.07 seconds)
-
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/builder/multithreaded/SmartProjectComparator.java
* * @param project the project * @return the project's weight (higher means longer dependency chain) */ public long getProjectWeight(MavenProject project) { // First check if weight is already calculated Long existingWeight = projectWeights.get(project); if (existingWeight != null) { return existingWeight; }Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Aug 06 12:03:40 GMT 2025 - 4.6K bytes - Click Count (0)