Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for upgradePhaseElements (0.07 seconds)

  1. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/ModelUpgradeStrategy.java

            int totalUpgrades = 0;
    
            // Upgrade phases in main build section
            Element buildElement = root.child(BUILD).orElse(null);
            if (buildElement != null) {
                totalUpgrades += upgradePhaseElements(buildElement, phaseUpgrades, context);
            }
    
            // Upgrade phases in profiles
            Element profilesElement = root.child(PROFILES).orElse(null);
            if (profilesElement != null) {
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Tue Nov 18 18:03:26 GMT 2025
    - 16.6K bytes
    - Click Count (0)
Back to Top