Class LocalRepositoryResolver
- java.lang.Object
-
- org.fedoraproject.xmvn.resolver.impl.LocalRepositoryResolver
-
-
Constructor Summary
Constructors Constructor Description LocalRepositoryResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private java.nio.file.Path
getMavenRepositoryPath(Artifact artifact)
ResolutionResult
resolve(ResolutionRequest request)
Resolve artifacts from system repositories configured in<resolverSettings>
in XMvn configuration.
-
-
-
Method Detail
-
getMavenRepositoryPath
private java.nio.file.Path getMavenRepositoryPath(Artifact artifact)
-
resolve
public ResolutionResult resolve(ResolutionRequest request)
Description copied from interface:Resolver
Resolve artifacts from system repositories configured in<resolverSettings>
in XMvn configuration.
-
-