Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support dependency exclusions #5

Open
romain-grecourt opened this issue Jan 19, 2019 · 0 comments
Open

Support dependency exclusions #5

romain-grecourt opened this issue Jan 19, 2019 · 0 comments

Comments

@romain-grecourt
Copy link
Member

The plugin currently has some support for excluding dependencies, however it is rather limited.
Add support for the normal dependency exclusion mechanism (i.e dependency/exclusions)

The change probably involves using org.eclipse.aether.util.graph.selector.ExclusionDependencySelector to filter the list of dependencies here:

One other way would be to do a transitive resolution with aether, however the set effective files to use for copy/unpack would have to be computed and that would change the current code a lot more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant