On Fri, Mar 17, 2017 at 4:01 PM Laird Nelson <[email protected]> wrote:
> Nevertheless, I note that when I call > repositorySystem.resolveDependencies(repositorySystemSession, > dependencyRequest) (already excerpted above), the mirrors I've so > painstakingly installed into the session do not get used. > I wonder if that's what this method is for? Hmm. https://maven.apache.org/resolver/apidocs/org/eclipse/aether/RepositorySystem.html#newResolutionRepositories(org.eclipse.aether.RepositorySystemSession,%20java.util.List) Best, Laird
