Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for ProjectArtifact (0.19 seconds)

  1. impl/maven-core/src/main/java/org/apache/maven/ReactorReader.java

            }
    
            // 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();
                if (packagedArtifactFile != null && packagedArtifactFile.exists()) {
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Mon Dec 15 11:20:38 GMT 2025
    - 24.4K bytes
    - Click Count (0)
Back to Top