Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setResolved (0.33 sec)

  1. maven-compat/src/main/java/org/apache/maven/artifact/repository/DefaultArtifactRepository.java

            // with multiple local repository implementations yet.
            artifact.setFile(artifactFile);
    
            if (artifactFile.exists()) {
                artifact.setResolved(true);
            }
    
            return artifact;
        }
    
        public List<String> findVersions(Artifact artifact) {
            return Collections.emptyList();
        }
    
        public boolean isProjectAware() {
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Wed Sep 06 08:39:32 GMT 2023
    - 7.3K bytes
    - Viewed (0)
Back to top