- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for BuildPathSource (0.06 sec)
-
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); } @OverrideRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Sep 29 14:45:25 UTC 2025 - 8.2K bytes - Viewed (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());
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Sep 29 14:45:25 UTC 2025 - 5.4K bytes - Viewed (0)