Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

  1. compat/maven-model-builder/src/main/java/org/apache/maven/model/validation/DefaultModelValidator.java

                if (request.getValidationLevel() >= ModelBuildingRequest.VALIDATION_LEVEL_MAVEN_2_0) {
                    validateBoolean(
                            prefix, "optional", problems, errOn30, Version.V20, d.getOptional(), d.getManagementKey(), d);
    
                    if (!management) {
                        validateVersion(
                                prefix, "version", problems, errOn30, Version.V20, d.getVersion(), d.getManagementKey(), d);
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Wed Sep 03 15:06:05 GMT 2025
    - 66.8K bytes
    - Click Count (0)
Back to Top