- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for processedPoms (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/StrategyOrchestrator.java
context.info("Processed: " + result.processedPoms().size() + " POMs"); context.success("Modified: " + result.modifiedPoms().size() + " POMs"); context.unindent(); } else { context.info("Strategy completed (no changes needed)"); context.indent(); context.info("Processed: " + result.processedPoms().size() + " POMs"); context.unindent();
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 7K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/ModelUpgradeStrategy.java
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 16.6K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/CompatibilityFixStrategy.java
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 22.2K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/InferenceStrategy.java
return "Applying Maven inference optimizations"; } @Override public UpgradeResult doApply(UpgradeContext context, Map<Path, Document> pomMap) { Set<Path> processedPoms = new HashSet<>(); Set<Path> modifiedPoms = new HashSet<>(); Set<Path> errorPoms = new HashSet<>(); // Compute all GAVs for inference
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 27.6K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/PluginUpgradeStrategy.java
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 37K bytes - Click Count (0)