Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testDistributionManagementStatus (0.14 sec)

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

            assertContains(
                    result.getErrors().get(3),
                    "'build.plugins.plugin.version' for test:ifsc must not contain any of these characters");
        }
    
        @Test
        void testDistributionManagementStatus() throws Exception {
            SimpleProblemCollector result = validate("distribution-management-status.xml");
    
            assertViolations(result, 0, 1, 0);
    
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Sep 17 10:01:14 UTC 2025
    - 33.9K bytes
    - Viewed (0)
Back to top