Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

The search processing time has exceeded the limit. The displayed results may be partial.

  1. impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/TestUtils.java

         * Creates upgrade options with only the --fix-model option set.
         *
         * @param fixModel the --fix-model option value
         * @return configured upgrade options
         */
        public static UpgradeOptions createOptionsWithFixModel(boolean fixModel) {
            return createOptions(null, null, fixModel, null, null);
        }
    
        /**
         * Creates upgrade options with only the --infer option set.
         *
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Tue Nov 18 18:03:26 GMT 2025
    - 8.9K bytes
    - Click Count (0)
Back to Top