Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for shouldHandleUnknownModelVersionInSchemaLocation (0.16 seconds)

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

                        "Expected " + schemaLocation + " to contain " + targetVersion);
            }
    
            @Test
            @DisplayName("should handle unknown model version in schema location")
            void shouldHandleUnknownModelVersionInSchemaLocation() {
                String schemaLocation = ModelVersionUtils.getSchemaLocationForModelVersion("5.0.0");
                assertNotNull(schemaLocation); // Should return 4.2.0 schema for newer versions
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Tue Nov 18 18:03:26 GMT 2025
    - 19.6K bytes
    - Click Count (0)
Back to Top