Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for createOptionsWithFixModel (0.08 sec)

  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.
         *
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Tue Nov 18 18:03:26 UTC 2025
    - 8.9K bytes
    - Viewed (0)
Back to top