Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testSelfReferencingDependencyInRawModel (0.17 seconds)

  1. compat/maven-model-builder/src/test/java/org/apache/maven/model/validation/DefaultModelValidatorTest.java

                    result.getWarnings().get(1),
                    "'dependencies.dependency.version' for test:b:jar is either LATEST or RELEASE (both of them are being deprecated)");
        }
    
        @Test
        void testSelfReferencingDependencyInRawModel() throws Exception {
            SimpleProblemCollector result = validateRaw("raw-model/self-referencing.xml");
    
            assertViolations(result, 1, 0, 0);
    
            assertEquals(
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Wed Sep 17 10:01:14 GMT 2025
    - 33.9K bytes
    - Click Count (0)
Back to Top