Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testResolveParentThrowsUnresolvableModelExceptionWhenNoMatchingVersionFound (0.58 sec)

  1. maven-core/src/test/java/org/apache/maven/project/ProjectModelResolverTest.java

            assertNotNull(e.getMessage());
            assertThat(e.getMessage(), containsString("Could not find artifact org.apache:apache:pom:0 in central"));
        }
    
        @Test
        void testResolveParentThrowsUnresolvableModelExceptionWhenNoMatchingVersionFound() throws Exception {
            final Parent parent = new Parent();
            parent.setGroupId("org.apache");
            parent.setArtifactId("apache");
            parent.setVersion("[2.0,2.1)");
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Apr 03 17:49:40 UTC 2024
    - 9.4K bytes
    - Viewed (0)
Back to top