Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aether-users] CollectRequest with scope

Johannes Dorn wrote:

when doing a RepositorySystem.collectDependencies(CollectRequest) call,
you only get dependencies with a "compile" or "runtime" scope.
Is there a way to collect "provided" or any kind of dependencies?

If you don't want dependencies excluded due to their scope, make sure your session's DependencySelector doesn't include ScopeDependencySelector.


Benjamin



Back to the top