Class EnhancedLocalRepositoryManager

java.lang.Object
org.eclipse.aether.internal.impl.SimpleLocalRepositoryManager
org.eclipse.aether.internal.impl.EnhancedLocalRepositoryManager
All Implemented Interfaces:
LocalRepositoryManager

class EnhancedLocalRepositoryManager extends SimpleLocalRepositoryManager
These are implementation details for enhanced local repository manager, subject to change without prior notice. Repositories from which a cached artifact was resolved are tracked in a properties file named _remote.repositories, with content key as filename>repo_id and value as empty string. If a file has been installed in the repository, but not downloaded from a remote repository, it is tracked as empty repository id and always resolved. For example:
 artifact-1.0.pom>=
 artifact-1.0.jar>=
 artifact-1.0.pom>central=
 artifact-1.0.jar>central=
 artifact-1.0.zip>central=
 artifact-1.0-classifier.zip>central=
 artifact-1.0.pom>my_repo_id=
 
See Also: