- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testResolveParentThrowsUnresolvableModelExceptionWhenNoMatchingVersionFound (0.36 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
impl/maven-core/src/test/java/org/apache/maven/project/ProjectModelResolverTest.java
assertNotNull(e.getMessage()); assertTrue(e.getMessage().contains("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)");
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Sep 17 10:01:14 GMT 2025 - 8.7K bytes - Click Count (0)