- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for createOptionsWithFixModel (0.11 seconds)
-
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)