Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isLocationTracking (0.06 sec)

  1. compat/maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java

            problems.setSource(modelSource.getLocation());
            try {
                boolean strict = request.getValidationLevel() >= ModelBuildingRequest.VALIDATION_LEVEL_MAVEN_2_0;
                InputSource source = request.isLocationTracking() ? new InputSource() : null;
    
                Map<String, Object> options = new HashMap<>();
                options.put(ModelProcessor.IS_STRICT, strict);
                options.put(ModelProcessor.INPUT_SOURCE, source);
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Sun Mar 30 23:08:08 UTC 2025
    - 55.3K bytes
    - Viewed (0)
Back to top