- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for findMatchingArtifact (0.45 sec)
-
impl/maven-core/src/main/java/org/apache/maven/ReactorReader.java
if ("pom".equals(artifact.getExtension())) { return project.getFile(); } // Get the matching artifact from the project Artifact projectArtifact = findMatchingArtifact(project, artifact); if (projectArtifact != null) { // If the artifact has been associated to a file, use it File packagedArtifactFile = projectArtifact.getFile();
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Dec 15 11:20:38 UTC 2025 - 24.4K bytes - Viewed (0)