Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aether-users] Resolving test dependencies using aether

Arthur Kalmenson wrote:

We've also tried setting custom dependency selectors on the
session to try and get it to pull down more dependencies, but that hasn't
helped either.

A custom DependencySelector is the way to go. By default, the MavenRepositorySystemSession uses an instance of
  new ScopeDependencySelector( "test", "provided" )
to kick out transitive test&provided dependencies during the collection process. So I'm interested to hear what exactly you tried in this regard.


Benjamin


Back to the top