- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for BuildPathSource (0.1 seconds)
-
api/maven-api-core/src/main/java/org/apache/maven/api/services/Sources.java
* </ul> */ static class BuildPathSource extends PathSource implements ModelSource, CacheMetadata { /** * Constructs a new ModelPathSource. * * @param path the filesystem path to the source content */ BuildPathSource(Path path) { super(path, null); } @OverrideCreated: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Mon Sep 29 14:45:25 GMT 2025 - 8.2K bytes - Click Count (0) -
api/maven-api-core/src/test/java/org/apache/maven/api/services/SourcesTest.java
when(locator.locateExistingPom(any(Path.class))).thenReturn(resolvedPath); Sources.BuildPathSource source = (Sources.BuildPathSource) Sources.buildSource(basePath); ModelSource resolved = source.resolve(locator, "subproject"); assertNotNull(resolved); assertInstanceOf(Sources.BuildPathSource.class, resolved); assertEquals(resolvedPath, resolved.getPath());
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Mon Sep 29 14:45:25 GMT 2025 - 5.4K bytes - Click Count (0)