Interface DependencyResolver


public interface DependencyResolver
Author:
Robert Scholte
  • Method Summary

    Modifier and Type
    Method
    Description
    resolveDependencies(org.apache.maven.project.ProjectBuildingRequest buildingRequest, Collection<org.apache.maven.model.Dependency> dependencies, Collection<org.apache.maven.model.Dependency> managedDependencies, org.apache.maven.shared.artifact.filter.resolve.TransformableFilter filter)
     
    resolveDependencies(org.apache.maven.project.ProjectBuildingRequest buildingRequest, org.apache.maven.model.Model model, org.apache.maven.shared.artifact.filter.resolve.TransformableFilter filter)
    This will resolve the dependencies of the coordinate, not resolving the the artifact of the coordinate itself.
    resolveDependencies(org.apache.maven.project.ProjectBuildingRequest buildingRequest, DependableCoordinate coordinate, org.apache.maven.shared.artifact.filter.resolve.TransformableFilter filter)
    This will resolve the dependencies of the coordinate, not resolving the the artifact of the coordinate itself.