- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for getArtifactPath (0.06 sec)
-
impl/maven-core/src/main/java/org/apache/maven/ReactorReader.java
Path consumer = getArtifactPath( artifact.getGroupId(), artifact.getArtifactId(), artifact.getBaseVersion(), "consumer", "pom"); if (Files.isRegularFile(consumer)) { return consumer.toFile(); } } } Path target = getArtifactPath(artifact);Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Dec 15 11:20:38 UTC 2025 - 24.4K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/internal/impl/TestApi.java
DownloadedArtifact resolved = session.resolveArtifact(coords); assertNotNull(resolved); assertNotNull(resolved.getPath()); Optional<Path> op = session.getArtifactPath(resolved); assertTrue(op.isPresent(), "Expected " + op + ".isPresent() to return true"); assertEquals(resolved.getPath(), op.get()); } @Test void testBuildProject() {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 10.2K bytes - Viewed (0) -
compat/maven-artifact/src/main/java/org/apache/maven/artifact/resolver/AbstractArtifactResolutionException.java
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Apr 01 21:22:14 UTC 2025 - 10.1K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/Session.java
* @return path associated to the given artifact * * @see org.apache.maven.api.services.ArtifactManager#getPath(Artifact) */ @Nonnull Optional<Path> getArtifactPath(@Nonnull Artifact artifact); /** * Gets the relative path for a locally installed artifact. Note that the artifact need not actually exist yet atRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Jul 03 14:18:26 UTC 2025 - 36.5K bytes - Viewed (0)