Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for determineTargetModelVersion (0.1 seconds)

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

            // Handle --all option (overrides individual options)
            if (options.all().orElse(false)) {
                return true;
            }
    
            String targetModel = determineTargetModelVersion(context);
            // Only applicable if we're not staying at 4.0.0
            return !MODEL_VERSION_4_0_0.equals(targetModel);
        }
    
        @Override
        public String getDescription() {
    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)
Back to Top